|
|
|
|
|
by gabordemooij
5187 days ago
|
|
It all boils down to maintainability.
In my experience the minimalist approach solves much of the complexity of JS by eliminating some features that are not required (performance might be an issue but never had any problems with it in practice). So why am I not allowed to share something that works just because it may not fully comply with the 'preferred javascript style culture'? What is this about? |
|