DEV Community

Discussion on: The 3-Second Frontend Developer Test

Collapse
 
j9t profile image
Jens Oliver Meiert

Thanks for the feedback! I can’t officially comment for Jimdo as I’ve been leaving them, but having been the engineering manager for jimdo.com I will say that valid output has been a priority for us, too.

(Interestingly, what jimdo.com—and other sites, too—may sometimes deal with is third-party code that “invalidates” the output. One may be surprised how hard it can be to get such problems fixed, even if one submits a patch.)

Valid output is not a guarantee for anything other than syntax correctness and a degree of conformance—a minimum expectation for a professional—, but you’re right, it does guard against other problems, too, including some around accessibility and search engine friendliness.

I love you suggesting other tests, then. It’s exactly the types of ideas and conversations we should be having 🙏

Collapse
 
grahamthedev profile image
GrahamTheDev

Ah so are you moving on to another company or branching out on your own?

Great point about third party code...it actually raises a really interesting question about the vetting process when choosing third party code! Do you add allowances or do you discount third party code that doesn’t align with your in house validation criteria.

Who would have thought a simple 3 second test would give me so much food for thought! ❤️