Is your code really good?
Do you understand the difference between "looks good" and "is good?"
Jul 29, 20245 min read322

Search for a command to run...
Articles tagged with #software-architecture
Do you understand the difference between "looks good" and "is good?"

This is a strange story. One morning, I woke up and wrote a few lines of code. Then, there came an interesting situation. I need to assign two elements of an array to two variables. There are many ways of achieving this in python. If you're a javascr...