>>106036538that video is full of strawmen
the followup video is also full of strawmen
>>106036324>if you're doing or claim to be doing REST, you pretty much can't with a possible exception of cachingREST only defines the single request/response is stateless, not that the business logic using REST is stateless
there are many possible scenarios where you might need state while using REST
>you can find counterparts in majority of frameworks for OOP languagesthat's still arguing against frameworks
frameworks don't define the paradigm
>the language of choice heavily influences the way people think about codea much bigger factor is when and how people learned to program
very often in my experience, seniors on Java projects would have an extremely procedural approach to writing code
it's not that you can't do procedural in Java, or even that you can't implement something procedurally that works; it's that it could have been implemented better if properly utilizing OOP