I learned enums when I learned C and from time to time I keep myself reminding about it and most of the time by re-reading from some source,it occurred to me that this is d
I use them as parameters to functions as opposed to using booleans to improve readability of my code.