You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ A collection of common myths and facts (opinionated) about computer programming
37
37
- There will be certain things you can learn easily. But a college degree will help to broaden your perspective and learn things quickly.
38
38
39
39
40
-
### Is monotonous ... like working in the assembly line at a factory
40
+
### Programming is monotonous. Its like working in the assembly line at a factory
41
41
- False
42
42
- On certain days or working in the same role for a long time, you may get a feel of your job being monotonous.
43
43
- But it's not like working in the assembly line. It requires lots of thinking and analysis.
@@ -67,11 +67,11 @@ if(a > 18 && b > 50)
67
67
68
68
69
69
```
70
-
-It depends
70
+
-False
71
71
72
-
- With compiled languages, no. With interpreted languages, possibly but the difference would be negligible.
72
+
- With compiled languages, no. With interpreted languages, possibly but the difference would be negligible.
73
73
74
-
- Always focus on readability. Compare the above code with the following:
74
+
- Always focus on readability. Compare the above code with the following:
75
75
76
76
77
77
```
@@ -112,7 +112,13 @@ if(age > 18 && balance > 50)
112
112
- False
113
113
- It's better to start the web development without the frameworks so that you understand how those frameworks are solving the problems of not using those frameworks
114
114
- You don't need to learn all of these, one would be enough. If you started learning web development without using frameworks, switching between frameworks would be easier.
115
-
115
+
116
+
### I know X1 framework. But the job vacancy says mentions X2(the alternative of X1). I should not apply for this job.
117
+
- False
118
+
- Test yourself if you know X1 framework/library how long you will take to learn X2.
119
+
- As long as you know the abstract concepts and have worked on at least one pet/professional project on your own there's a high chance that you can learn another framework quickly. All these frameworks are trying to solve a similar project but slightly different ways.
120
+
- Also look for 'preferred' vs 'required' skills on job vacancies.
121
+
116
122
117
123
### Everyone on social media hates language/framework X. X must be bad.
0 commit comments