You are here

README.txt in Crumbs, the Breadcrumbs suite 7.2

## Notes about the Container architecture.

If you look at this folder and say it is all crazy: You are right!

There are reasons for this design. But, it could all be done in a different and
better way.

Some issues:
- overall too complex and too abstract
- too much magic going on, no type hints

This stuff works now and so we are not going to change it that soon.

File

lib/Container/README.txt
View source
  1. ## Notes about the Container architecture.
  2. If you look at this folder and say it is all crazy: You are right!
  3. There are reasons for this design. But, it could all be done in a different and
  4. better way.
  5. Some issues:
  6. - overall too complex and too abstract
  7. - too much magic going on, no type hints
  8. This stuff works now and so we are not going to change it that soon.