(Print) Use this randomly generated list as your call list when playing the game. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
I-Useless/no comments
O-Variable / functions names after a song or movie
B-If(true) / if(false)
I-If inside if inside if inside if ...
B-Function that isn't used, but it remains "just in case"
G-Empty catch
B-500 lines of one function
I-Rabbit hole of functions
O-Variable named "temp" several times
N-Pointers
B-Unreadable Regex
N-One-liners
N-Two or more functions that are exactly the same, with one line changed
I-Depreciated package
I-Commented lines of code
O-// don't touch. Works
G-Easter eggs in code/comments
N-TODO
G-Partial partial partial partial... Class
G-Library/package written from scratch instead of using public solution