|
|
|
|
|
by croh
2196 days ago
|
|
Agree absolutely. I think real problem is our interview process. More focus is given on solving tricky questions than overall craft. In day to day tasks, how many times you have to implement those algorithms ? (I am not against knowing algorithms though). Good code is which performs requirement perfectly and MAINTAINABLE. Python's PEP 20/zen of python is one of the best guide for craft, imo. It works well for individual programmer as well as for teams. https://www.python.org/dev/peps/pep-0020/ |
|