No logging via System.out/err. Either use a decent logging framework or use exceptions to propagate errors. I'm in the throw exceptions camp.
Benedikt Gary Gregory <garydgreg...@gmail.com> schrieb am Sa., 11. Juni 2016 um 01:15: > I see this in [bcel]: > > System.out.println(buf.toString()); > e.printStackTrace(); > > Should that be left in there or removed? > > Gary > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory >