Writing tests first makes you (AI) think through your design before implementation, leading to cleaner software architecture👌
#TDD #DrivenDev
I've been working on a project to keep track of internal company technical proposals (#RFC, #ADR, #TDD, etc). It formalizes the review and acceptance process to make proposals more like a pull request and less like adding dropdowns in a text document.
Give RFC Hub a try:
https://rfchub.app/
Quer transformar seu projeto Python em uma aplicação robusta, testável e facilmente escalável?
🚀 Conheça a arquitetura hexagonal, que isola sua lógica de negócio e permite mudar bancos, APIs e frameworks sem stress!
🧩 Quer saber como começar e refatorar seu código passo a passo?
Leia meu novo artigo sobre Arquitetura Hexagonal em Python — dicas práticas, vantagens e desvantagens::
#Python #ArquiteturaHexagonal #CleanArchitecture #DevLife #TDD #Microservices #FastAPI #SoftwareEngineering
🚀 New chapter added to the Guile Hacker Handbook 🚀
This is a book to learn #Guile in a #TestDrivenLearning style 👽
⬇️ Check it out ⬇️
🇫🇷 🇬🇧 🇮🇹 https://jeko.frama.io
Contrary to what I have said previously, this new chapter is about having some fun using the use-cases in the REPL.
New blog entry!
Software release: test.h
---> https://taxorubio.com/blog/software-release-test-h/
I don't know why, but I love writing small test frameworks. The first serious one I wrote was for my bachelor thesis a couple of years ago, but I've used them as an exercise to play with languages many times before. This time, it was was different: test.h is a header-only testing framework for C that was born out of necessity...