In un po 'di codebase puoi vedere commenti che affermano cose come:
// Workaround for defect 'xxx', (See bug 1434594 on Sun's bugparade)
Quindi ho alcune domande, ma sono tutte correlate.
È corretto inserire un collegamento a domande SO nei commenti di un programma:
// We're now mapping from the "sorted-on column" to original indices.
//
// There's apparently no easy way to do this in Java, so we're
// re-inventing a wheel.
//
// (see why here, in SO question: http://stackoverflow.com/questions/951848)
Lo fai?
E quali sono gli svantaggi nel farlo? (vedi il mio primo commento per un terribile inconveniente)