en
Книжки
Philipp Fehre

JavaScript Domain-Driven Design

JavaScript backs some of the most advanced applications. It is time to adapt modern software development practices from JavaScript to model complex business needs.JavaScript Domain-Driven Design allows you to leverage your JavaScript skills to create advanced applications. You'll start with learning domain-driven concepts and working with UML diagrams. You'll follow this up with how to set up your projects and utilize the TDD tools. Different objects and prototypes will help you create model for your business process and see how DDD develops common language for developers and domain experts. Context map will help you manage interactions in a system. By the end of the book, you will learn to use other design patterns such as DSLs to extend DDD with object-oriented design base, and then get an insight into how to select the right scenarios to implement DDD.
263 паперові сторінки
Рік виходу видання
2015
Видавництво
Packt Publishing
Уже прочитали? Що скажете?
👍👎

Цитати

  • b6693363393цитуєторік
    stubbing out an external dependency.
  • b6693363393цитуєторік
    Mock objects stand in for other objects in a system during testing, and sometimes even during development. There are multiple reasons to do this, for example, the underlying structure is not implemented yet, or the call would be really expensive both in a cost of time during development or even in money calling to an API that charges by the amount of calls.
  • b6693363393цитуєторік
    The objects that enable this are called mocks; they are objects that provide a static implementation of a certain concept and can assert that they are called correctly. Mocks implement the protocol a certain object should follow.

На полицях

  • Michael Sebastiyan
    CS
    • 11
    • 1
fb2epub
Перетягніть файли сюди, не більш ніж 5 за один раз