All Questions
2 questions
3
votes
1
answer
1k
views
Best Practices For Temporary Scripts (Python)
I am running two separate programs which are similar enough that they share a lot of code. I run these programs often and after I evaluate the output. This is a very fluid process and everytime is ...
1
vote
2
answers
302
views
Observer reporting to multiple layers up from the bottom of hierarchy
There is a swarm of objects. When a new unit of certain kind appears on the frame, the swarm integrates this object by calling some add_new_unit method. Above the swarm is a controller abstraction, ...