You are on page 1of 1

Data Structures for TypeScript

and JavaScript

Problem Solution Results


In JavaScript & TypeScript the Create a comprehensive library of Success was gauged by:
only data structures provided are ell-researched data structures
arrays, and string key hash maps. which will increase the produc- ⊖Published public modules con-
This limits the ability of developers tivity of JavaScript and Type- taining the completed library
to solve problems; where other Script developers.
data structures would work better ⊖Extensive test coverage
with less code and more efficiency. Release the library as open
Existing solutions include some source with permissive licens- ⊖Surveys conducted on various
of the following pitfalls: ing, and accept public contribu- online development communities
tions as well. in order to determine the utility
⊖Limited in scope and quality of the library.

⊖No static typings for TypeScript ⊖Documentation for public


APIs
⊖Incompatible APIs

⊖Lack modularity

⊖Lack separation of interface and


implementation

⊖Doesn’t take advantage of the


upcoming features of JavaScript

You might also like