Closed ikhsan017 closed 9 years ago
Hi there,
just a suggestion for method naming, why there is a mix of camel case style and underscore style of method naming? such as setIncludePath and compile_file?
setIncludePath
compile_file
IMHO, would it be better to rename the compile_file to `compileFile``
regards Ikhsan
Yeah. You're right. The old name came from the original implementation I forked from.
I'll have a look into making an alias.
Hi there,
just a suggestion for method naming, why there is a mix of camel case style and underscore style of method naming? such as
setIncludePath
andcompile_file
?IMHO, would it be better to rename the
compile_file
to `compileFile``regards Ikhsan