JS->TS: Port project from JavaScript to TypeScript #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The renderer and watchtower were initially developed in JS, but this led to constant problems and time wasted in debugging mistakes with poor error reporting.
TypeScript should help with typing safer code and having better tools and static code analysis instead of things going 'undefined' sometimes :) Although it's work to convert the full project, it should be a worthy investment considering the amount of developer sadness that went into trivial mistakes.