I am not sure this is the right place, should I move it to email?
I realized a problem when I am writing a comment at #4
For data flow alone we can chop it down to much smaller pieces
Write 1. Validation 2. Concurrency
Read 3. get data into correct data structure 4. format to human readable 5. performance of read caching
However, given the subject code is about 20 lines in total, we can end up with 5 class and each of them has 4 lines.
So the problem is -- how small is too small?
I am not sure this is the right place, should I move it to email?
I realized a problem when I am writing a comment at #4
For data flow alone we can chop it down to much smaller pieces
Write 1. Validation 2. Concurrency
Read 3. get data into correct data structure 4. format to human readable 5. performance of read caching
However, given the subject code is about 20 lines in total, we can end up with 5 class and each of them has 4 lines.
So the problem is -- how small is too small?