Koltin deserves 11/10 for fun because it's the only language with the balls to use "fun" as the function definition keyword.
@duddlieyu5687Ай бұрын
thanjks
@duddlieyu5687Ай бұрын
the lambdas look lovely
@nathanfife2890Ай бұрын
I'm curious about the tests, I'm going to make a guess that you're using spring boot unit tests? If you're doing that, then spring will actually boot every single time you run a single test. If you don't use that for as many tests as possible, you can run single tests without spring loading and you can get very fast test run times. Like a ~1 second
@PassionatelyProgrammingАй бұрын
yea high chance its a skill issue on my end. Will investigate that to see if i can speed them up 👀