@neko @binkle I use factory classes for enemies. Otherwise, I would be using a ton of import statements in my level class.
Conversation
Notices
-
xianc78@gameliberty.club's status on Friday, 28-Jun-2024 13:06:11 JST xianc78 -
nekobit (neko@clubcyberia.co)'s status on Friday, 28-Jun-2024 13:06:12 JST nekobit @binkle There's also factory classes in this shit. I thought that was Java AIDS. -
nekobit (neko@clubcyberia.co)'s status on Friday, 28-Jun-2024 13:06:13 JST nekobit @binkle Im working on Minetest and let me tell you there are so many fucking virtual classes and multiple inherited shit that I'm sitting here grepping to figure things out only to realize it sets some shitty global variable I didn't see. I have no clue where things are. -
nekobit (neko@clubcyberia.co)'s status on Friday, 28-Jun-2024 13:06:14 JST nekobit It's so dumb when some mystery class in some codebase im working on just deletes something or calls a function I never expect leaving me to dig around figuring out where things are going -
binkle (binkle@clubcyberia.co)'s status on Friday, 28-Jun-2024 13:06:14 JST binkle @neko lets make them virtual too :^) -
nekobit (neko@clubcyberia.co)'s status on Friday, 28-Jun-2024 13:06:15 JST nekobit Everytime i return to C++ I remember how much I actually hate destructors
-