SOLID: single responsibility (SOR), open-close (OCR), Liskov substitution (LSP), interface segregation (ISP), dependency injection (DI)
(open-close + encapsulation of varies, etc) => next: Liskov Substitution DIP...
#design #oop #patternFirst, need to learn to monitor the status of your spark jobs. There is an excellent guide of spark UI from Databricks
#sparkmockito: mock an object by interception and injection so that programmers don’t need to write their own mock class.
powermockito: can mock constructor, static...
#java #mockito #test