|
|
|
|
|
by tegeek
2171 days ago
|
|
That's spot on. I mostly work with C#, F# in a day to day job and I build my code only a few times.
This is also true when I work with Java, Angular and TypeScript.
When I pick a new feature to implement I design that on paper with pencil and then mostly translate that to code. Mostly I can code for hours without compiling since this is where Typed Languages have strength. |
|
I don't think typed vs untyped languages really makes a huge difference if you're designing code this way. The difference comes when the compiler can actually verify your design, if you don't compile it doesn't really matter what the compiler can check.