Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Between your Kanban board and your source control repository, there should be plenty enough for code documentation and comments. My engineers are trained to follow 2 basic software engineering priciples: function names should convey specific actions and methods should have a defined scope. Classes should therefore be compact as a result of the previous 2 principles. This keeps comments to a minimum and avoid ambiguities if semantic changes are required.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: