luvit-api-design icon indicating copy to clipboard operation
luvit-api-design copied to clipboard

Style Guide

Open RiskoZoSlovenska opened this issue 3 years ago • 1 comments

Luvit 2.x is fairly inconsistent when it comes to casing, as it's mostly a mix of camel-case (fs.readFile(), pathjoin.pathJoin(), timer.setInterval()) and all-lowercase (fs.sendfile(), querystring.urldecode(), path.basename()). It may be worthwhile to sit down and decide on a style to stick to.

RiskoZoSlovenska avatar Feb 22 '22 23:02 RiskoZoSlovenska

In that case it might be worth creating a style guide. I'll think about this.

Edit: style guide added in b348ad0, any additions and changes are welcome.

truemedian avatar Feb 22 '22 23:02 truemedian