pathikrit/better-files

Make all side-effecty APIs use parens

pathikrit opened this issue · 0 comments

All APIs that do I/O must be invoked with () e.g. instead of file.size do file.size() or instead of file.list it should be file.list()