Open snowch opened 8 years ago
In example build projects, we are calling shared methods like this:
getBigSqlHeadHost()
For the people new to the project, it won't be clear where the method is located. It would be much better if we called the shared methods like:
Utils.getBigSqlHeadHost()
In example build projects, we are calling shared methods like this:
For the people new to the project, it won't be clear where the method is located. It would be much better if we called the shared methods like: