(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
G-Easter eggs in code/comments
G-Empty catch
I-Useless/no comments
O-Variable / functions names after a song or movie
I-Rabbit hole of functions
N-Two or more functions that are exactly the same, with one line changed
B-If(true) / if(false)
B-Function that isn't used, but it remains "just in case"
G-Overcomplicated code
B-Unreadable Regex
I-If inside if inside if inside if ...
G-Partial partial partial partial... Class
N-Pointers
O-Sleep (1000)
O-// don't touch. Works
N-TODO
B-Debug prints to console
I-Depreciated package
I-Commented lines of code
O-Variable named "temp" several times
O-Prettier tried to save this code
N-One-liners
B-500 lines of one function
G-Library/package written from scratch instead of using public solution