#CodingKata implement the frogputer

https://www.smbc-comics.com/comic/2012-12-21

Has frogs, boxes and flies. I'm a bit fuzzy on how it works. Trinary? 3 states? But frogs can eat the flies. Also frogs and flies persist after you remove them from the box, so 0s are free but you got a limited number of frogs and flies (1's and 2's)

#smbc #saturdaymorningbreakfastcereal

Saturday Morning Breakfast Cereal - 2012-12-21

Saturday Morning Breakfast Cereal - 2012-12-21

#python #codingkata next round:
* getting Mastodon 2FA via mechanize to work ✅
* adding a "new followers"/"lost followers" script ✅
* using sqlite3 for the above script ✅
* understanding why people are pushing python ✅
Interested in trying out #mobprogramming, practicing #tdd, and doing #codingkata? Join a virtual coding dojo Mondays 7-9pm EST. We're currently working in #python, no experience required (but awesome if you do!) DM me or reply if you're interested.

To learn TDD, I recommend you to do coding-kata exercises. These are simple exercices to practice TDD workflow without struggling with algorithm complexity. One step at a time...

#coding #programming #100DaysOfCode #CodeNewbie #testDrivenDevelopment #TDD #cleanCode #codingKata

Hey #Guile hackers ! 👾💻

New session of #codingKata with the famous String Calculator !

To make my tests more explicit, I combine the use of symbols and wildcards. What do you think about it ⁉️

➡️ https://write.as/jeko/kata-de-tdd-avec-guile-et-emacs-string-calculator-1

#coding #programming #TestDrivenDevelopment #gnu

Kata de TDD avec Guile et Emacs (String Calculator - 1)

Dans cette session... Je me remet en jambe avant la rentrée. Je cherche un moyen de rendre mes tests explicites ! Pour ce faire, je te...