python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Design pattern or best practise for the **business layer** (or say **data model**) of an application?
In the MVCs, MVPs, MVVMs and the likes there are clear distinct reponsibilities for each of the layers. The MVX architecture is often stated to be enforced by the framework that is used (windowing lib...
arennuit
Votes: 0
Answers: 0
How to handle business logic and Android string resources inside Kotlin data classes?
Is there a recommended practice on how to handle the business logic inside a Kotlin Data class?
For eg: I have a DTO object thats coming from a REST API like this:
data class ResponseDTO(
@Seriali...
AndroidDev
Votes: 0
Answers: 2
Business rules in DMN or database table?
I'm learning Camunda the workflow engine. I understand that for some long-running processes, process modeling brings many tactical and strategic benefits such as expressiveness, fail-tolerance and obs...
Tuomas Toivonen
Votes: 0
Answers: 1
BI group reporting with SSRS
I do have a general question about BI reporting with Microsoft SSRS.
My company uses MS SQL Server as RDBMS and also has MS Analysis Services.
The goal of my company is to establish a consistent defin...
Bacchus
Votes: 0
Answers: 0