Relative Content

Tag Archive for dry

Practices for domain models in Javascript (with frameworks)

This is a question I’ve to-and-fro’d with for a while, and searched for and found nothing on: what’re the accepted practices surrounding duplicating domain models in Javascript for a web application, when using a framework like Backbone or Knockout?

Achieving multiple tasks within one loop

With relation to what’s considered good OOP engineering principles, SOLID, DRY, KISS etc
I am wondering whether to complete multiple tasks within one loop when easily done.

Achieving multiple tasks within one loop

With relation to what’s considered good OOP engineering principles, SOLID, DRY, KISS etc
I am wondering whether to complete multiple tasks within one loop when easily done.

Achieving multiple tasks within one loop

With relation to what’s considered good OOP engineering principles, SOLID, DRY, KISS etc
I am wondering whether to complete multiple tasks within one loop when easily done.

Should unit-tests be entirely self-contained? [duplicate]

This question already has answers here: Should each unit test be able to be run independently of other tests? (4 answers) Closed 10 years ago. As the title suggests my question is whether or not unit-tests should be entirely self-contained or can one rely on the results yielded by previous tests? What I mean, in […]

Should unit-tests be entirely self-contained? [duplicate]

This question already has answers here: Should each unit test be able to be run independently of other tests? (4 answers) Closed 10 years ago. As the title suggests my question is whether or not unit-tests should be entirely self-contained or can one rely on the results yielded by previous tests? What I mean, in […]