Friday, June 11, 2021

Technical Step By Step

1. Plan out the Execution Plan in DetailedPlan 

2. If you still find a way to execute, ask yourself why? e.g.,

Use min(

i. Ecolean package <=40, 

ii. batchsize, 

iii. batch to order, 

iv. CIP Threshold (Duration=tons/rate+multplier*CIP

v. max Tank Size

)

because "I can't figure out what's the field to calculate Ecolean package", then ask yourself

"what you need to use to calculate Ecolean package"?

Repeat 1,2: Until you do not have questions left.

And to go through 1,2 at your natural own pace as if you are typing at your own speed.

3. Once you finalize, go over again, it has two benefits

    - Help you identify loop holes

   - Help you to recollect everything again (more important)

Most important - focus

Not drag away during middle because it is too simple or you are going to finish

Not drag away at the beginning think you are going to place first

Make the task like eating rice, as boring as it might seen, get it done and do other things 

Doing good, taste like during PhD period, a lot of freedom and time to do your thinking at your own pace without being push by various deadline.

Very comfortable, relax and satisfying.

5. Coding

- Code and Test: Write a small piece of Code and Test the results


No comments:

Post a Comment