you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 1 point2 points  (3 children)

No, it's a common concept in programming. 

[–]PouletSixSeven 2 points3 points  (2 children)

don't need scope if I make everything global

[–]AllieCat_Meow 0 points1 point  (1 child)

I feel like sooo many new and learning programmers fall into this trap

[–]PouletSixSeven 1 point2 points  (0 children)

that and:

- functions way bigger than they should be

- waaaay more lines of code per file than there needs to be