Just back from a week-long vacation in Arizona. A whole week where I've not had to think about a single line of code. So... How much do you forget in a week?
I feel like coding is similar to riding a bike; you think you forgot how to do it but then quickly recall it upon coming back to a project. Plus you can always google or look at docs to find the syntax. However, longer periods of time like 6 months tend to be more detrimental.
And commenting helps. The one thing I tend to forget is why I wrote that line in that way. Why I used that function to achieve the goal. So a good comments block helps!
Sunny Singh
Creating Content & Code
I feel like coding is similar to riding a bike; you think you forgot how to do it but then quickly recall it upon coming back to a project. Plus you can always google or look at docs to find the syntax. However, longer periods of time like 6 months tend to be more detrimental.