ZhangSWEFAANG

↗ HN profile [ 75.2 ms ] full profile
Karma
10
Created
April 20, 2021 (5y ago)
Submissions
0
  1. 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…

  2. 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?

  3. 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…