Please tell me how slow would employers consider me as a programmer?

2 points by id122015 ↗ HN
I'm not seeking employment, but want to know how slow I am. I've been learning webprogramming for a few years. Now I implement a new feature in a few days if not complex, including the time to learn new things. Frameworks cut a lot of work but also take time; I also started to write more efficient code than those from whom I learn. But I didnt have time yet to write a stand alone app, I'm still a script newbie. Maybe you know how I could test slowlyness by comparing to others ?

1 comment

[ 4.1 ms ] story [ 15.4 ms ] thread
Really, the best way is to find employment (somehow), preferably in a highly collaborative environment, -- or perhaps with important, competently-managed volunteer project -- and you'll find out very quickly how you compare to others.

Another option (while not as fun) are the various coding portals (Hackerrank, etc).

BTW frameworks (while useful in the bigger picture sense) do not necessarily make one produce "faster" (and in many cases can have exactly the opposite effect). It's really about quality, after all -- especially in the sense of making one's code easily understandable by others. And that's a skill you can practice (and most likely, practice better) "in the small", i.e. within the core language you specialize in, even on fairly routine programming tasks.