20 ms·
> while writing C# sounds great to developers who already know C#, the differences between the C# source and the generated JS make debugging and maintenance di
by _mtr 12y ago
> while writing C# sounds great to developers who already know C#, the differences between the C# source and the generated JS make debugging and maintenance difficult.
Isn't this solved with source maps?
> DuoCode automatically generates source mappings
- jahewson 12y agoSource maps get you line numbers but not live objects - you're still stuck inspecting JS objects.