L
L
loser4042014-05-27 17:34:25
Angular
loser404, 2014-05-27 17:34:25

Is the use of these modules a sign of good taste in the development of complex applications?

It is required to develop a highly loaded one-pager with high performance on the client. If we use the following components, won't we get a bunch of unnecessary code, crutches, etc., which will eventually lead development to a dead end in terms of performance?
- yeoman
- bower
- grunt
- angular-generator
Application includes search, large lists, forms, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Osher, 2014-05-27
@miraage

Generators are evil, in my opinion.
grunt/bower - fire.
Collect, aglyfait, test - all that is needed.

M
maxaon, 2014-05-28
@maxaon

All of the utilities described above are developer tools and do not affect the performance of the client code in any way. If everything is done correctly and optimized where necessary, then it will work quickly.
As for generators, you use them only once, when creating a project. You can use it when you find something you don't like, then change it.
For building js, parts of the grunt/gulp project are the optimal solution. Look in the direction of gulp, it is ideologically correct than the ground, but it has fewer additions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question