Hacker News new | ask | show | jobs
by mathattack 3316 days ago
In many places (banks) there are legal reasons for this.
3 comments

I've worked at three big banks (in three different countries actually). We've always had access to stackoverflow.
This is nothing that can't be addressed through training. Questions on Stack Overflow with generic code actually get better responses than those bogged down with irrelevant details. You should strip out all labels, namess, even extraneous fields that don't matter. It makes for a more generic problem and solution pair that can help others as well, and eliminates the problem of leaking proprietary information.
Maybe about half the time I end up answering my own question during this step. The act of genericizing the question ends up giving me some new approach, which either works, or leads me to new existing questions-and-answers.
Yeah. When you remove all the confusion, the problem is usually pretty obvious.
Can you elaborate on this?
IP protection. In a prior life I saw someone fired for mailing a model to a home account. Pasting code to a public website would violate similar protocols.