Keep on Moving
🫧 Open on Bubbles Hello, loves! We improve some code, reduce overall size and breadth of interfaces, make things better. CW: Brief LLM-“AI” remarks. I’m beginning with a review of the code around the new Connection idea, to see what can be removed and what needs improvement. I’ll show you what I spot, but spare you as many big code dumps as I can. In Cell’s # movement section, I find this nice little method: class Cell : def attempt_move ( self , cell ): connection = self . get_connection ( cell ) return co
评论
?
参与讨论