IRC channel logs

2026-04-15.log

back to list of logs

<cow_2001>so what i'm doing is separating the input output stuff from the logic of the game, so that i may test the latter with just guile
<cow_2001>i'm not sure where to start with testing
<cow_2001>which part do i test?
<dthompson>are you talking about unit testing?
<dthompson>I don't think I can offer any specifics but try to write tests for the core interactions in your game
<cow_2001>hmm