static and dynamic typing

This commit is contained in:
tparnell
2018-10-13 11:14:29 -04:00
parent fad12da31c
commit dd526fb30a

View File

@@ -116,10 +116,12 @@ Here is a skill legend, if these are not on line items they are on headers of se
- Queue - Queue
- Hashmap/Dictionary - Hashmap/Dictionary
- Binary tree - Binary tree
- Language Parsers :sparkles: - [ ] Language Parsers :sparkles:
- Abstract Syntax Tree :sparkles: - [ ] Abstract Syntax Tree :sparkles:
- Managed vs non-managed languages :sparkles: - [ ] Managed vs non-managed languages :sparkles:
- [ ] Object Oriented Programming and design :dizzy: - [ ] Object Oriented Programming and design :dizzy:
- [ ] Static vs Dynamic typing :dizzy:
- [ ] Strong vs week type systems :sparkles:
- [ ] [Software design patterns](https://sourcemaking.com/) (Adapter, factory, facade, etc) :dizzy: - [ ] [Software design patterns](https://sourcemaking.com/) (Adapter, factory, facade, etc) :dizzy:
- [ ] BigO for time complexity :star: - [ ] BigO for time complexity :star: