Optimize return types #7

Open
opened 2021-07-08 21:07:19 -04:00 by hiroyuki · 1 comment
hiroyuki commented 2021-07-08 21:07:19 -04:00 (Migrated from gitlab.libraryofcode.org)

Right now, a lot of the functions and class methods have their return types explicitly defined. This can be quite cumbersome to manage, and TypeScript automatically infers the return type by default. It's more or less writing repetitive and unnecessary code.

Right now, a lot of the functions and class methods have their return types explicitly defined. This can be quite cumbersome to manage, and TypeScript automatically infers the return type by default. It's more or less writing repetitive and unnecessary code.
matthew commented 2021-07-08 21:08:10 -04:00 (Migrated from gitlab.libraryofcode.org)

Submit a PR with fixes.

Submit a PR with fixes.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: engineering/cloudservices#7
There is no content yet.