Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sapletta-com authored Nov 10, 2023
1 parent 1a894ae commit aafe178
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,40 @@ From #clean ideas to code #smells ... Let's talk about The Pragmatic Development

## The Pragmatic Development

development => production of code to implement services based on requirements.

development = production of **code** to implement **services** based on **requirements**

![hypermodularity](https://github.com/tom-sapletta-com/modular-code/assets/5669657/87475ed6-5a5e-432a-a6e2-8174952f14d7)


### Environment:
+ management over production
+ requirements over expectations

### Source-code:
+ reusability over creativity
+ writing over refactoring code
## Modular principles

### Environment
+ **management** over production
+ **requirements** over expectations

### Source-code
+ **reusability** over creativity
+ **writing** over refactoring code

### Data
+ data **standardization** first
+ **fat-data** over fat-function


### management over production

### requirements over expectations


### reusability over creativity

### writing over refactoring code


### data standardization first

### Data:
+ data standardization first
+ fat-data over fat-function
### fat-data over fat-function


## Hypermodularity
Expand Down

0 comments on commit aafe178

Please sign in to comment.