Skip to content

Commit b125f23

Browse files
authored
new question
1 parent 4ff7171 commit b125f23

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A collection of common myths and facts (opinionated) about computer programming
3737
- There will be certain things you can learn easily. But a college degree will help to broaden your perspective and learn things quickly.
3838

3939

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
4141
- False
4242
- On certain days or working in the same role for a long time, you may get a feel of your job being monotonous.
4343
- 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)
6767
6868
6969
```
70-
- It depends
70+
- False
7171

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.
7373

74-
- Always focus on readability. Compare the above code with the following:
74+
- Always focus on readability. Compare the above code with the following:
7575

7676

7777
```
@@ -112,7 +112,13 @@ if(age > 18 && balance > 50)
112112
- False
113113
- 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
114114
- 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+
116122

117123
### Everyone on social media hates language/framework X. X must be bad.
118124
- False

0 commit comments

Comments
 (0)