#Yes, sorta. I don't plan. Maybe that's

1 messages · Page 1 of 1 (latest)

vivid vault
#

YNGNI = (You're not gonna need it) Premature optimization or feature building and wasting time on that results in biters eating your lunch.

DRY = (Don't repeat yourself). Make contained factories for commonly repeated products, don't make red circuits every time you need them, just make a lot of them and train them over.

Least Concern = Make factories that make one thing. That way they can be used for multiple use cases

Pub-Sub design pattern = Publisher/subscriber design pattern. Stations output a product, and then stations that need those products receve trains full of it.