📄️ Define a DTO
A Data Transfer Object (DTO) is an object that carries data between processes. Learn how to define a DTO with Bitloops Language to improve encapsulation of your application.
📄️ Define a Value Object
A Value Object is a variable in Bitloops Language without identify. Learn how to define a Value Object using BL to increase cohesion of your application.
📄️ Define an Entity
An Entity is a variable in Bitloops Language with its own identify. Learn how to define an Entity using BL to increase cohesion of your application.