development/architecture - make "no imports" more explicit with a note

This commit is contained in:
Ad Schellevis 2026-04-12 14:45:40 +02:00
parent d7b9d34395
commit afe089b2b3

View file

@ -128,3 +128,8 @@ standards for PHP code and follow the Python PEPs.
When moving to the legacy part of the system, our goal is to stick as close to
PSR1/2 as possible, knowing it will never be perfect.
.. Note::
When building new (MVC based) code, its not allowed to include legacy parts directly. The main reason for this is
preventing technical debt being stacked in new components and loosing oversight.