--

Agreed. Good code just looks good. It looks consistent and easy to follow. It doesn't make you jump back and forth between 10 different files to understand a single feature. It doesn't have confusingly named classes or functions. Every component has a clear, distinct purpose and the name of the component accurately describes what it does such that even a non-technical end user would understand.

--

--

No responses yet