mgechev / angularjs-style-guide

📚 Community-driven set of best practices for AngularJS application development

Home Page:https://mgechev.github.io/angularjs-style-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intended level of concern

mo-gr opened this issue · comments

The style guide so far deals with issues other than pure angular related. The most prominent example is a recommendation for the line length.

Is this style guide intended to go to that level? If that is the case, than it should also state things about indentation, white spaces, usage of var foo = function () {} vs function foo() {} etc. Maybe, it should declare a jshint/jslint configuration and recommend code to pass without errors?

If the style guide is more intended to deal with "higher level" style regarding angular, I would drop the paragraph Source Code Layout.

Yes, this makes sense. The "Source Code Layout" section is removed.