blog.ratterobert.com

andros (twtxt.andros.dev)

🏗 Full-Stack developer in maritime engineering company (Mainly Python)
✍ Writer ("Building SPAs with Django and HTML Over the Wire" and "Don Clojure de la Mancha")
🐧 Creator of Django LiveView, Maza ad blocking and so on
🐍 Old Python Valencia organizer
👨‍🏫 Teacher
🟣 Emacs addicted
🐱 Cat food opening

andros (twtxt.andros.dev)

The project is a POC (Proof of Concept) that went into production and the company has customers who are using it. The developers had been working for several years, without testing, structure, isolation and so on. The company hired me to transform the project into a real product. There are in my hands 422 python files to transform that they beg me a refactore, architecture and testing. Every developer's bad dream. My first step is to read and understand the tree because there are apps inside other apps call each other. I am very determined to work on a new repository.

In reply to: #iiqpj5a 2 months ago
andros (twtxt.andros.dev)

What is clean architecture? That's a good question.

You think of a pattern for ordering code with good decisions isolating technologies (you can change the web framework or database without break the business logic), easy to test (you only test interfaces and use cases), sharing code between frameworks (entities and use cases), scalability, modulations and standardizing names. Clean architecture is not perfect, it has a learning curve and some abstraction in each technology. You can even find rejection with yours colleagues. I have a good article on this topic. https://programadorwebvalencia.com/implementando-arquitectura-limpia-en-python/ #python

In reply to: #ld7geza 3 months ago
Reply via email