Issues
- 0
use helper functions that accept node config, instead of passing each parameter
#65 opened by potehinre - 0
use for cycle there
#64 opened by potehinre - 0
fix grammar in all repository
#63 opened by potehinre - 0
- 0
- 0
why not just use function like loadJSONFile
#60 opened by potehinre - 0
in that case you should use for cycle
#59 opened by potehinre - 1
Prints in code are prohibited
#15 opened by potehinre - 0
- 0
Use python dict syntax, instead of creating the dict, and then assigning values to each element
#17 opened by potehinre - 0
Use of """ """
#18 opened by potehinre - 0
Maybe better to use for loop, like tables = [table list]; for table in tables:
#4 opened by potehinre - 0
Using global variable, and filling it with different data, depending on context in very bad idea, it's better to each function return own config
#5 opened by potehinre - 0
Code duplication, also used in contract_function_test, so move to utils, or create own test case class and inherit from it
#6 opened by potehinre - 0
- 0
for i in range(1, 10):
#8 opened by potehinre - 0
- 0
did you mean sourceCode?
#10 opened by potehinre