File | Date | Author | Commit |
---|---|---|---|
stages | 2019-07-06 |
![]() |
[da8e1b] Ignore save errors |
.hgignore | 2019-03-21 |
![]() |
[6bdd12] Create stub README |
README.md | 2019-03-27 |
![]() |
[3662a4] Add checklist items for different stages and th... |
amleo.py | 2019-07-06 |
![]() |
[da8e1b] Ignore save errors |
generate | 2019-07-06 |
![]() |
[da8e1b] Ignore save errors |
AMLEO is a source code complexity mangement tool.
AMLEO stands for Amur Leopard, critically endangered spicies that is close to extinction.
There are a couple of organizations that help protect Amur Leopards:
If you like AMLEO tool, please, donate here to help save Amur Leopard from extinction.
We don't ask money for ourselves. We have job. The cats have neither jobs, nor goverment to
protect them. It's our human duty to save diversity of the world.
Do you remember the feeling when you first start coding? Everything is clean, the structure is
beautiful. However, over time constraints start to accumulate and once you have 100+ files, you
lose control of your source code: you forget where to look for certain functionality, you use
search to find out if this or that particular file is the one you're looking for, and so on.
You try to use patterns to keep control of the code base, however, with over 100+ files the
patterns only solve it so much.
The problem is not in patterns, but in the size of the code base. When you have 100+ files,
you simply lose track of what is what and where.
We propose to use so-called staged development together with AMLEO to isolate source code in
chunks called stages with limited functionality.
#
Checklist: