What’s one thing every developer should know about software development?
İsmail Altar Ulaş
1 reply
One important thing is to write code that is easy to read and understand. Clean code is easier to understand, has fewer bugs, and makes it easier to make changes in the future. What else?
Replies
Peyt Spencer Dewar@psd
Lyrist
Create abstractions only when necessary
Share