[Deployment] 4.2 Procedural Programming
in Development on API
Procedural Programming
4.2 Procedural Programming
: In procedural programming, procedures, also known as routines, subroutines or functions are carried out as a series of computational steps(함수 집단으로 싹 묶어서 수행하는 방법)
- Advantages
- Straightfoward from jupyter notebook
- No software development skills required
- Easy to manually check if it reproduces the original model
- Disadvantages
- Can get buggy
- Difficult to test
- Difficult to build software on top of it
- Need to save a lot of intermediate files to store the transformation parameters