Hello
I’ve been working on a project in Concrete where the data model is becoming more and more complex, especially when linking different blocks and custom objects together.
I find it tricky to manage the relationships without making the code messy or hard to maintain. Has anyone here faced a similar challenge and found a clean approach?
One thought that came to mind while researching is that many developers compare database handling in web apps to concepts from other fields, and it made me curious about what is R Programming Language, since it is often used for data analysis and structuring. Could some of those ideas be applied here to better manage complexity? I checked How to Learn Concrete CMS :: Concrete CMS guide for reference.
I’d love to hear how others in the community are approaching this. Do you rely on custom helpers, follow a strict design pattern, or keep things lightweight and flexible?
Any tips would be very helpful.
Thank you !!