top | item 45472434

(no title)

foobarbaz33 | 4 months ago

I have first hand experience of painfully slow C# compile times. Sprinkle in a few extra slow things like EDMX generated files (not C# but part of the MS ecosystem) and it has no business being in a list of fast compiling languages.

discuss

order

mrsmrtss|4 months ago

Painfully slow? On a modern machine reasonable sized solution will compile almost instantly.

pjmlp|4 months ago

I can do the same with some C code I worked on at enterprise scale.

Lets apply the same rules then.

anymouse123456|4 months ago

This.

The C# compiler is brutally slow and the language idioms encourage enormous amounts of boilerplate garbage, which slows builds even further.