Yo. Welcome to @fabien-roy's home.
Rock n' Prog is just a namespace for stuff I wanna build and showcase. It's things I try, things I use, things I love.
- Developer experience above all else
- Leave room for R&D and openness
- Continuous deployments render agile sprints useless
- A metric is not an objective
- Functional programming is a must
- Keep it simple, stupid
- Continuous improvements
- Collective ownership
- Always refactor things iteratively
- Small tests with a high scope make tests valuable and easy to maintain
- A defined and applied code style is a must
- UI components are to be considered as a unit of logic, templating and styling
- Reactive UI architectures are prefered
- No need for complex patterns,
react-query
or such-as does 99% of the job
- No need for complex patterns,
- RPC is the closest we can get to call server functions directly, so use it if possible
- CI is not a nice to have, it is a necessity