Is "avoid extra null pointer risk" a reason to avoid "introduce parameter objects"?

📝

内容提要

According to Should we avoid custom objects as parameters?, I know I can group related parameters to improve readability of the function, eg: Original version: public void showSchedule(long...

➡️

继续阅读