Agung Santoso

Results 6 comments of Agung Santoso

I have the same issue

Change in Document.php: - Separating Document.php into two files, so each class has it's own file - Why? Because by separating each class to its own file, make it easier...

Change in Parser.java: - Change file and class name from Parser to FileContent - Why? Because I avoid creating object with -er, as mentioned here http://www.yegor256.com/2015/03/09/objects-end-with-er.html - Adding package declaration...

If the API is not fixed, I'd like to change: - in `Parser.java` - Rename class name from `Parser` to `ParsedFile`. That's because class name should be an abstraction of...

Hi @castarco, I create PR to add silver ratio.