-
Notifications
You must be signed in to change notification settings - Fork 745
Clean-up code before initial release #4
Comments
comment from Maik: |
Comment from YetiForce: |
Comment from Maik: Examples: |
Just the way you suggested, in the first instance we will clear the code and fix strange errors, for example the ones we can see here: https://insight.sensiolabs.com/projects/0c22cf68-8b4c-4587-a14c-c4c93f241760/analyses/2 When we fix most of them, then we will publish a stable version. |
pull from origin repository
When looking at the code, I see many pieces of code that are never used, that are redundant, or legacies from previous versions.
I would urge to take the time to go through the whole code and remove any bits that are not in use. This will a) make the code easier to understand, b) reduce the probability of bugs, and c) make the code easier to develop further.
This also means remove any "hacks" / special cases that have been build into the code. It will be worth the effort in the medium term.
The text was updated successfully, but these errors were encountered: