Here's something I've learned while coding professionally.
Writing my code in a specific style and following coding standards.
Prior to working full-time, most of the code I wrote for personal projects and hackathons had little to no standards and questionable coding practices. Once it worked, It worked. I never went back to refine the code.
Since coding professionally, I've learned that giving variables proper names and adding some inline documentation goes a long way in making the code readable for you in the future and who ever works on it after you.
#Coding #Programming #Shorts