Daniel P H Fox
Daniel P H Fox
> I am opposed to polluting the Fusion namespace (export table) with a bunch of utility functions that is rather trivial to implement yourself and doesn't always have a significant...
> Just making sure you understand me, I am saying that I don't think Timer is as useful AS Spring and Tween. I see Timer being broadly useful for defining...
Interesting thought - how will this garbage collect? Presumably, a Timer will update on every render step. This could very easily interfere with #133. Furthermore, this implies a RunService connection...
Something interesting to consider - while for most applications having a continuously incrementing timer is desirable, it might also be worth investigating frame-counting timers too. This could be useful for...
Noting here that localised error messages are off the table - doing some research, .NET has this already, but it's generally not liked for a few reasons: - it's harder...
This is definitely stuff we need to sort out, so thanks for raising the issue! Quick comment on: > Empty blocks or single statement blocks being multi-line I try not...
For reference, the current style guide (needs updating): https://github.com/Elttob/Fusion/blob/main/style-guide.md
I think it'll be worth waiting to see what other people think then - I remain unconvinced, but I'm open to changing my mind if other people also think differently.
Deferring to v0.3
This looks absolutely fantastic at first glance - thanks for this contribution! I'll do a code review when I next have some time available :)