Last active
June 14, 2021 21:58
-
-
Save BlakeBarrett/3ad4a1f21681600433b66578bafdc221 to your computer and use it in GitHub Desktop.
Learning a New (Programming) Language Checklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* What are the files named? | |
* What casing is convention? | |
* Semi-colons or not? | |
* What does the code look like, conventionally? | |
* Programming in general: | |
variables, constants, static, structs, interfaces, enums, lists (arrays, maps) classes, abstract, anonymous classes, functions, closures, async, threads, network io, (de)serialization, files, streams, graphics, local hardware, etc... | |
unit testing | |
* UI: | |
What are "screens" called? | |
Views, containers, text, images, buttons, text input, "component" input i.e. sliders, radios, check boxes, etc, | |
scrolling, | |
grids, tables, item cells | |
cards, | |
* Animations, transitions, segues, effects, etc, external files (like Lottie, etc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment