dworkin / dgd

Dworkin's Game Driver, an object-oriented database management system originally used to run MUDs.
https://www.dworkin.nl/dgd/
GNU Affero General Public License v3.0
103 stars 31 forks source link

Simple solution for uninitialized variables in switch() statements #68

Closed nyankers closed 2 years ago

nyankers commented 2 years ago

Not the perfect solution, as it basically disregards all initializations in switch() statements, but by far the simplest given how complex case statements can be.