Specification of the code
Open Source First and the most important aspect to mention about. Code of our software is 100% public, you can find it in our GitHub's respository. However, to avoid a misleading - although everyone has access to the source code, it can't be called "open source". The reason is simple - kind of licence, we decided to use, is quite restrictive (especially in matter of sharing without an appropriate authorization), what stands in opposite to general open source programs stadndards. Fairness policy
We haven't included any possibility, to inject code modifications without knowledge of a user. We put a significant effort to place whole code in one place, without splitting it on many smaller modules as well. It could does possible verifications of security more complicated, than it's necessary. Code language According to fact, that we are a small team, we have decided to put on simplicity and predictability. The Terminal has been completely programmed in Python, without inserts of other languages. Complexity of code
Although we have rather sticked to simple solutions, without fancy methods, the code has dozens of functions which result well over 2000 lines of code.
Last updated