Hacker News new | ask | show | jobs
by flukus 3477 days ago
> how are functions and variables named, does it take in args, what style is the commenting, does it do error handling, input validation, which language features are used to solve it etc, etc?

A lot of that is going to depend on the test. For fizzbuzz using functions at all would be over complicated, if it's timed then I'm not going to bother with comments and variable naming.