Joe Smo
Joe Smo
I do not believe we need a miscellaneous tab in Foundry. I find it vague and overall unhelpful in development of a ROM. For the points you mentioned (such as...
I like your ideas, but I find it integral that we separate these ideas into their own respective issues. In your post you mention real time color selection, a search...
This seems like three issues to me. You want better emulator support, a built in emulator, and a few buttons to be improved in dark mode. The reason you have...
I agree, the editor would be a lot better with a world map editor. I disagree with the idea to split the world map editor into a list of functions...
I disagree with the warning for level generators not touching the ground. The generator does not crash the game because it does not touch a block before touching the ground....
An observable is an event that can be subscribed to. This solves the issue of unneeded coupling of attributes that are being shared between objects. An observable promotes the idea...
I disagree, design patterns are just as useful in python as they are in java or any other statically typed language. The main advantage python provides is it automatically implements...
You are missing the entire point of the patterns. Dependency injection is not complicated, you just make your dependencies arguments. The argument for why its better than an alternative might...