|
|
|
|
|
by SkyPuncher
1196 days ago
|
|
I still routinely Google some things that "I should know" when doing software development. Despite being already correct 99% of the time, an internet search helps with two things: * Presenting potentially new information or methods of doing something. My "old" knowledge might still be correct, but a "new" method may have optimizations or benefits. * Even though, I'm already 99% correct, it's not worth the hassle of being wrong the 1% of the time - especially when the solution is 20 seconds of internet search. |
|