ZhangSWEFAANG
- Karma
- 10
- Created
- April 20, 2021 (5y ago)
- Submissions
- 0
-
I see the ideas on here, and the complexity of the arguments present, and I think "Holy shit" everyone on here is probably a great conversationalist and insanely emotionally smart. I know the trope of programmers being…
-
Lines of Code What # contributor you are (github has a way of showing this) Potential leadership? Does anyone know how else to quantify that you had impact on an open source codebase?
-
I always find myself forgetting necessary variables when programming. For example, when I am summing the numbers between 1 and 5, I might remember to start the for loop for (int i = 1; i <= 5; i++) { } but then I'll…