#Simple CHIP-8 emulator

9 messages · Page 1 of 1 (latest)

winter pike
ionic lintel
#

is there any reason for an entire random number generator module that has exactly one function

#

you don’t need to share the state of the random_device, they can just be created on the fly

#

and if your only has static data members, you can just make a namespace

#

no need to do the java oop thing where everything is in a class

winter pike
ionic lintel
winter pike
#

Thanks a lot for your feedback, I'll definitely try that

ionic lintel
#

like for example hexadecimalsprites could be a namespace instead of a class etc