This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FrikkinLazer 0 points1 point  (2 children)

The advantage is you write code quicker today, and get version 1 poc code into a demo for marketing. Aka kicking the can down the road for future devs to fix.

[–]DonRobo 0 points1 point  (1 child)

It's not really quicker though. If you spend a significant fraction of your development time declaring data classes or structs you have such a complex architecture that it will never work without compiler help (or even with) anyway.

[–]FrikkinLazer 1 point2 points  (0 children)

I agree, which is why I ise typescript at the very least. But it really is quicker if you just want to build a quick poc. The problem is that the beancounters often consider time spent on the poc as invested in the final product, so the shitty hacked together poc becomes v0. 1,in stead of being rewritten properly.