Planned Breaking Changes
Open
evaera
opened this issue 6 years ago
•
0 comments
- [ ] Rename "Name" to "Alias", and "Id" to "Name"
- [ ] Change API to comply with https://roblox.github.io/lua-style-guide/
- [x] Remove effect
Lazy, -- ShouldApply should stand on its own. Current Lazy should be the default behavior.
- [x] Remove tick rate update behavior. Effects should never reify when nothing changes. Only decrease time left.
- [ ] Effect method names shoudl be renamed to Construct, Destruct, and Reduce.
- [ ] Flip custom name behavior around, making custom default with the ability to share the same scope.