Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.14 KB

Index.md

File metadata and controls

30 lines (22 loc) · 1.14 KB

Module Development Best Practices & Conventions

Introduction

This document describes the best practices and conventions for those who want to develop modules that satisfy the following specifications:

  • Develop modules that conform to the Domain Driven Design patterns & best practices.
  • Develop modules with DBMS and ORM independence.
  • Develop modules that can be used as a remote service / microservice as well as being compatible with a monolithic application.

Also, this guide is mostly usable for general application development.

Guides

See Also