• #dev 2018-08-08
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2018-08-08 UTC
# 01:38
gRegorLove
aaronpk: What are your thoughts on unit testing a Slim app with Idiorm? I'm wondering if I should break out individual CRUD actions and test them, like "add book". Currently it's mixed in the Slim routes like: "if POST... validate... add book to db... else GET..."