Replies to message #2,126

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Shoggoth

Programming thread

Interfaces aren't bad in and of themselves. I think OOP gets it wrong with subclassing and inheritance, otherwise they're just more open than...
stares at error messages

Programming thread

You've never herd of Duff's Device? Also I've seen stuff like this: switch(thing) { while (nz != 5) { // a while loop in a switch starts case 10...
Strange Looking Dog

Programming thread

Switch statements are a perfectly fine construct, I generally use them to create simple state machines, which I think is basically their intended...
Back
Top Bottom