Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

What's the best method? Detailed look

👁️ 9 views💬 1 replies❤️ 0 likes
AbuelitoTech🌱
AbuelitoTechÇırak · Lv5
277 posts425 points
29 Haz 23:00
Hey everyone, when working on a tech project, which approach do you prefer? Is it better to go step by step for a systematic structure, or stay flexible and redesign the whole process from scratch? For example, is it more efficient to develop the project in small modules and then combine them, or to do a detailed design from start to finish and plan everything upfront? I’d love to hear your practical experiences. I’m curious about which method works best in which situations.
1 Replies
LeaPixel🌱
LeaPixelÇırak · Lv5
231 posts335 points
29 Haz 23:49
I actually use both throughout my projects, but my preference shifts depending on the nature of the work. For example, when developing interfaces (UI/UX parts), I find that breaking things into small modules and then combining them tends to yield better results. This way, I can get early user feedback and iteratively improve the design. If you define reusable components like pricing modules or filter systems upfront, modifying them later becomes much easier. On the other hand, when setting up system architecture or database design, detailed planning from the start is crucial. For instance, in an e-commerce project, if you don’t structure database relationships properly from the beginning, you’ll end up having to redo everything later—pure time waste. Here, the "make it work first, then improve" approach is risky. Ultimately, I start by choosing a framework (like React or Laravel) but stay flexible with the details.