Should angularjs directive directly interact with services or is it considered an anti-pattern?
Which one is considered better:
Should angularjs directive directly interact with services or is it considered an anti-pattern?
Which one is considered better:
Should angularjs directive directly interact with services or is it considered an anti-pattern?
Which one is considered better:
How does one design his various architecture/business models?
I’m currently learning about various application design approaches and there’s one thing I can’t really get my head around.
How does one design his various architecture/business models?
I’m currently learning about various application design approaches and there’s one thing I can’t really get my head around.
When is it worthwhile to replace working mature code with frameworks+patterns
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. Intro/Question I fear that frameworks in many cases have become a fashion or trend and are being abused. In many ways people are sacrificing […]
Is it a good practice to wrap collection in Java? [closed]
Closed 10 years ago.
“Property Container” design-pattern in-depth definition
Could anybody, please, explain what is a Property Container
or at least where can I get information about that pattern on the Internet?
“Property Container” design-pattern in-depth definition
Could anybody, please, explain what is a Property Container
or at least where can I get information about that pattern on the Internet?
Is it bad practice to allow user defined fields?
Generally speaking, is it considered bad practice to allow for user created fields in a database for a webapp?