const developer = { name: "Jacky", skills: ["Next.js", "Zustand"], quality: "Component < 200 lines", motto: "Logic meets Aesthetics" };
I believe a component should not exceed 200 lines. Clear responsibility boundaries keep code readable and maintainable.
I strictly follow one-way data flow and avoid passing Hooks as props to preserve architectural purity.
A robust CI/CD pipeline ensures every line merged into master meets quality standards.
When I am not coding, I look for melodies beyond logic on the piano keys.