Currently the code is in Bad condition as developed with extreme programming for side projects only.
When features rises or community wants to provide support we should have Clean code
setup formatter
test coverage
proper naming conventions
proper separation of concerns (smaller classes)
proper TYPING!
add hooks to add custom build routines (e.g. vulerabilities check and status)
Currently the code is in Bad condition as developed with extreme programming for side projects only. When features rises or community wants to provide support we should have Clean code