AdaskoTheBeAsT / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
66 stars 13 forks source link

String type default value #36

Closed chz160 closed 11 months ago

chz160 commented 11 months ago

To reflect C# wouldn't it make sense for string types to default to null? This used to be the behavior, however in the recent past this seems to have been change and the default is now an empty string, which no longer reflects C#'s default value for a string.

This is fairly easily remedied, but though it was worth mentioning.