|
|
|
|
|
by carlmcqueen
1675 days ago
|
|
When I worked for a major financial institution in a data science / analytic group there were a lot of very, very smart math types who couldn't code. They'd ask how I'd gotten my code working and I'd never lie, that many parts of it I'd fixed using SO. This was 2012-2015 when a lot of the machine learning wasn't in helpful R packages or python libraries pre-written. Many would ask to see the page I'd read and I'd show them and they would ask how I got my code working from an example that had nothing to do with what our task was. I think there is a lot of value to looking at a SO answer, generalizing it and making it work in your code and doing it quickly. Knowing which SO articles are junk and which ones are gems is something many take for granted but is actually something close to having the right 'gut' feeling. |
|