Wow! Thank you!
Did you write typia with functional paradigm? Function driven?
Hugs
Not purely functional, but OOP is practically used only for co-location - there is no use of inheritance.
$ gh repo clone samchon/typia && cd typia $ ag -l 'export class' src/ src/executable/setup/PackageManager.ts src/programmers/helpers/FunctionImporeter.ts src/utils/Singleton.ts src/TypeGuardError.ts src/factories/MetadataCollection.ts src/metadata/MetadataProperty.ts src/metadata/MetadataTuple.ts src/metadata/MetadataObject.ts src/metadata/MetadataAlias.ts src/metadata/MetadataResolved.ts src/metadata/Metadata.ts src/metadata/MetadataArray.ts $ cloc src 235 text files. 235 unique files. 0 files ignored. github.com/AlDanial/cloc v 1.96 T=0.12 s (2016.0 files/s, 161590.9 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- TypeScript 235 1539 2629 14668 ------------------------------------------------------------------------------- SUM: 235 1539 2629 14668 -------------------------------------------------------------------------------
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Wow! Thank you!
Did you write typia with functional paradigm?
Function driven?
Hugs
Not purely functional, but OOP is practically used only for co-location - there is no use of inheritance.