Alex Friedman

Results 4 issues of Alex Friedman

Currently the bot correctly relies on an IHubProxy however instead of this getting injected, it's created on the fly in the constructor, thus preventing any simple mocking/stubbing. There's enough logic...

In C# the convention is to use `UpperCamelCase` for property names. In JavaScript/Typescript however, the convention is to use `lowerCamelCase`. Currently, TypeScripter outputs property names exactly as is, which causes...

Often times, there are classes that have properties of type `IEnumerable`. The way `TypeScripter` currently deals with this is by generating a definition for `IEnumerable` in Typescript. I feel like...