The One True Code Value: Why Maintainability Is The Unsung Hero Of Programming
| Website | https://ryannickel.com |
| Location | Toronto |
| Cheat Code | A,B,A,C,A,B,B |
| Github | https://github.com/mrnickel |
| Website | https://ryannickel.com |
| Location | Toronto |
| Cheat Code | A,B,A,C,A,B,B |
| Github | https://github.com/mrnickel |
The One True Code Value: Why Maintainability Is The Unsung Hero Of Programming
@markstory IMO, hooks were the beginning of the end for me.
Class components made sense with their life cycle callback in order to wire up functionality around FUNCTIONAL components.
It's also what turned me onto some of the functional principles which I now love.
@markstory I’ve been working in react for years now. I feel the entire ecosystem has gotten far too complex. I yearn for the days when react was all about UI being a function of state.
I love the ideas that htmx put in and look forward to trying it out with my next project.