#yagni-principle

[ follow ]
fromInfoWorld
2 months ago

11 rules for writing better code

Don't hard-code anything, as it limits flexibility. Instead, use constants that explain their purpose to enhance understanding and maintainability of the code.
Software development
[ Load more ]