DEV Community

Discussion on: 10 Mistakes you probably also made in your coding task for a new job Part 1

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Here I can just speak for me:

A) it is more important to write readable code then perfect code.

B) I really don't care about old reports. Why should I care about have the time to look through 2-year-old reports.

C) the fact that you are putting out code at all it's more important than the code quality.

D) even if I look at other reports I will try to see some kind of progress.

E) I lake the context of why this repo exists. So how can I judge it?

Maybe there are companies where this is important but it sounds more to me that this kind of companies wants solo rock stars then a band of good developers.

Collapse
 
johannestegner profile image
Johannes

The "perfect" project thing was a joke. What I mean is, if you have a heap of really messy projects in your repository that you show off to someone who is considering to hire you, they will see them and they will judge you on it.

If a repository is old and not maintained, it's a lot less important in this sense, but if you have a project that you are actively working on in which every commit message looks like "fixxxxx", or "f**k it!" or similar, I wouldn't recommend showing it of.

I like to look at peoples repository history when I intend to work with them, that way you can get a quite good idea on how they work and where they are strong and weak in their knowledge.

Thread Thread
 
lampewebdev profile image
Michael "lampe" Lazarski

Okay I never write comments or commits with f@#k. In them but yeah point taken.