
XP-R — Preparing the Foundations
Aviso: La mayoría de las actualizaciones estarán en inglés, pero iré publicando también entradas resumen en español cada cierto tiempo. The last few work sessions on XP-R were mostly about preparing the project's internal structure before real feature development begins. A significant amount of time went into thinking through the architecture before even installing Django. The goal was to make sure the backend structure would work not only for the web platform, but also for future components like the overlay, realtime features, and external integrations such as a Discord bot. It may look slow from the outside, but investing time here helps avoid structural problems later. Documenting Decisions I also decided to start documenting architectural decisions using Obsidian . The idea is not to maintain extremely detailed technical documentation, but to keep track of: architectural decisions (ADRs)\ design reasoning\ ideas and future considerations Basically, enough context so that if I step
Continue reading on Dev.to
Opens in a new tab




