crypto-coin-alerts icon indicating copy to clipboard operation
crypto-coin-alerts copied to clipboard

Follow scala file naming conventions

Open AlexITC opened this issue 8 years ago • 3 comments

We are not following naming conventions on files containing multiple classes.

Expected behavior

Follow file naming conventions from: https://docs.scala-lang.org/style/files.html

Actual behavior

Files containing more than one class should be follow the camelCase style, most files from the models package need to be renamed.

AlexITC avatar Feb 03 '18 04:02 AlexITC

It is ok to submit a PR per file change.

AlexITC avatar Oct 01 '18 13:10 AlexITC

Hy! Can I do a general refactor on the repo? This "one file one name" thing is a global problem as I saw. (Not just in the models, but in the data dir too; so I assume there are more thing I could rearrange a bit :D )

tg44 avatar Oct 02 '18 13:10 tg44

@tg44 Any improvement is welcome.

AlexITC avatar Oct 02 '18 14:10 AlexITC