A while back I listened to the audio book Hackers
https://www.amazon.c...eywords=hackersand was amazed that people could routinely code for 30 hours straight. Well, I finally made a milestone that is somewhat respectable: 66 hours in a week. My previous record for coding in a week was 49 hours. Admittedly, I'm using modanifil to help...
I knew I had a set of about 6 variables that I needed to make global. I have a code of 6519 logical lines of code, divided into 211 functions, that's 30.9 LLOC per function. I'm refactoring right now and trying to get that number down to around 20 or 25. In any case, I would say in about 75% of those functions, I would use one of the 6...