|
|
|
|
|
by dmurray
1754 days ago
|
|
It's not bad to not know how base64 works. It's bad to think "I'll put 'changeme' here because that won't be valid base64", because instead of admitting you don't know how base64 works (and maybe spending 5 minutes to look it up or at least experiment with it), you've pretended you do know and written some nonsense code based on that false assumption. The smartest people I know are some of the best at knowing when to say "I don't know". |
|