Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

whether good typing speed is needed to be a good coder? i am a beginner and i face problem in typing <>,{},%&,[],

+4 votes
asked Jul 4, 2019 by anonymous

2 Answers

+3 votes
answered Jul 7, 2019 by anonymous
Good coder does not needs speed when they know there algorithm is correct . You as a beginner does not need to think on speed for now and try to solves error.Remember Practice make a man perfect
commented Jul 9, 2019 by JN Velez (110 points)
Made a career out of copying and pasting, 80% of the work is debugging.
commented Jan 14, 2021 by Peter Minarik (86,160 points)
I've worked on code bases where people blindly copy-paste things around instead of creating functions and reusing the same code (only once!). These copy-pasted nightmares are one of the worse.

You should really stop that practice.

However, it shows good how people do not care about code quality (not just you, but your managers either as your code must have been reviewed and approved by others).

This industry could do so much better if only people would not have short-sightedness and understand that investing a bit more time to do proper coding pays off in the future (on maintenance).
0 votes
answered Jan 13, 2021 by Thành Đinh (150 points)
có điều đó giúp bn làm việc nhanh hơn ,tiết kiệm thời gian hơn
commented Jan 19, 2021 by Fidel Mendoza Jr (100 points)
Maybe what he means is that he simply copy and paste those long strings like...
                          
                                              '<a href = " "> </a> '

                                     or      'style = " "
Then I insert between the quotation mark (copy and paste) property like 'color:  ;' and insert the color word.

I made my own notepad  and simply copy and paste elements I needed, but for simple things like '<p>,  <h1>, <ul>, <br>, <b>, etc '... much better to type it down directly than copy and paste.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...