mirror of
https://github.com/opnsense/docs.git
synced 2026-04-26 00:27:09 -04:00
development/architecture - make "no imports" more explicit with a note
This commit is contained in:
parent
d7b9d34395
commit
afe089b2b3
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue