Quick FAILs in Code Questions
Join the DZone community and get the full member experience.
Join For Freesometimes it takes very little time to know that a candidate is going to be pretty horrible. as you can probably guess, the sort of questions we ask tend to be “find me this data in this sort of file”.
probably the fastest indication is when they send me projects like this:
now, it is possible that someone skilled will send us real projects like that, but the experience so far has been that this isn’t going to be the case. if you have someone sending a ui project, it usually indicates that they can’t think about it in any other way.
the code they send pretty much justify this concern. some code snippets from those projects:
yup, this is the kind of error handling i want to see. just for fun, if there hasn’t been an error, this function would return a comma separated string of values.
which make it just slightly worse than:
and then we have this:
i guess someone really like o(n**2) on 15 tb files.
and then there is this:
i guess we have different definitions on what configurable means.
and then there was this person:
yes, they did send me code inside a pdf file. that was the only way that they could find to send code around, i’m guessing.
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Auto-Scaling Kinesis Data Streams Applications on Kubernetes
-
Managing Data Residency, the Demo
-
AWS Multi-Region Resiliency Aurora MySQL Global DB With Headless Clusters
-
Does the OCP Exam Still Make Sense?
Comments