|
|
|
|
|
by xiphias2
661 days ago
|
|
Look at Casey Murrey's Clean Code horrible performance youtube video: https://www.youtube.com/watch?v=tD5NrevFtbU I also watched clean code videos and used it in practice, and why it _felt_ right my code size blew up and actually it got harder to understand by other people instead of easier. Nowdays my main guidelines are getting a balance between less lines of code (while still readable), readable variable names and better performance. Also I may get hate here for it, but I learned a lot from watching George Hotz programming tinygrad (available on YouTube). |
|