|
|
|
|
|
by Balgair
1164 days ago
|
|
It does not produce a usable simulation of baseball right out of the box. It'll give you skeleton code that you kinda have to then fill in yourself. But it's really good skeleton code. Like, the functions are used wrong, but it's the correct function. The explanation of the code that it give you is really spot on though. Like, yes, those are the correct steps a coder should implement. It's easy enough to try it out for yourself too! Give yourself a challenge and see where it takes you. |
|
It's just that, if someone gave me 3 hours, and asked me to come back with constructive, actionable progress toward creating a simulator for X (where X is sufficiently rich and complex, like baseball) -- I wouldn't mess around with skeleton code at all.
Instead I'd try my best to come up with a statement of what the simulator should do, and why.