|
|
|
|
|
by ashwinsundar
98 days ago
|
|
Thanks, that's a good insight into my value system then. I understand that code doesn't have to be human-readable to be correct. I don't want to work on a codebase filled with unreadable code which no human colleague understands though. This is also why I don't like a lot of web frameworks - the final code outputted to the page is a huge spaghetti of un-inspectable Javascript and HTML. I want to have the ability to understand each relevant layer of the system, even if I don't necessarily have the full understanding at every given moment. |
|
It's perfectly fine to do that, but also realize that other people might just choose a different layer, and that's fine too if the end result fulfills its purpose.