|
|
|
|
|
by kmano8
2519 days ago
|
|
To name just a few: - In high school (early 2000's), and through most of college I was mostly writing programs in simple text editors and debugging with print statements. Since then, using IDE's and other more featured editors, and eventually chrome devtools, completely changed that. - Also in secondary school, my variable names were pretty bad, and even sometimes an intentional joke. Today, I'm pretty verbose in function/var naming. - Never used to spend time writing useful comments. |
|