(no title)
AugustoCAS | 8 months ago
The saddest one I saw was a team trying to do functional programming (with Spring). The tech lead was a bit flummoxed when I asked why mocks are not used in functional languages and continued to think that 'mocking functions' is the correct way to do TDD.
esailija|8 months ago
A whole bunch of work spent for no benefit or negative benefit is pretty common.
0x445442|8 months ago
Java added the Funcional interface in v8 making it quite easy to code to an interface and yet in Spring everyone's go to is just to slap a @Component on a concrete class.