|
|
|
|
|
by delian66
4406 days ago
|
|
>>I would only have a vague idea of how to do a integer => string conversion with base N without googling it. So am I shit? If you receive a programming task like the above (with a relatively clear specification, very little state to manage, defined domain of the desired function, and the input and output of the function are most likely primitives in your language, your standart library probably have lots of utility functions to work with these primitives), I will expect, that you should be able to do it without googling. Your solution may not be the most effective/short/clean, but it should work. If you can not do it without googling, well ... yes, I do think you are a shitty (or just out of shape for the moment) programmer. You will need more programming exercise, in order to know more algorithms and aproaches to solving problems, and/or learn better your language and its standart library. |
|