[question] why no modules on the controller
walksanatora opened this issue ยท 1 comments
there have been a few fimes where i have pondered "why no modules on the controller" i was unnable to find a issue asking this question so i would just like to ask it here for ""documentation""
More fitting for the Discussions area, but: one of the main design goals in this mod was to keep things "orthogonal", i.e. avoid overlap in behavior of different things. Making the controller behave like a casing and the "heart" of the computer would go against this. Makes it clearer and easier to understand/explain what does what this way. Also would make the code more complex and error prone.