@BleachChan @dj @RedTechEngineer @Wiz @monarchist @Mamako @verita84 @ube @Wiz hyping how good your software will be is great and all, but as a piece of advice try to plan an architecture before writing the first piece of code, then once you got the "basic" function working good enough re-assess that architecture to see if there's something that will make your code less/more extensible in the future and refactor, it is much better to refactor early on than later down the line when you need to do like 4 consecutive refactors to implement one feature...