> It seems we have 259 new code smells raised [1] somehow they're much :( > what's your idea about what we should do? > > I have similar doubt about coverage. It seems it's 46%. I thought that > we should find most important ones at [2] and fix them everyday one by > one on a daily basis. What's your idea? > > Are they (and other old ones) in priority to spend energy and time to > fix? I was in doubt because they're a huge work and if you @dev prefer > spend time to fixing them.
Talking from my personal experience, you should not just blindly eliminate all Issues reported by a code analyzer. (I've done that for a single project at our work and i've regretted it ever since) My advise would be to start with the things: -) that are in the section of a file you're working on -) that seem logical -) that don't decrease readability -) that don't increases complexity (interpreted by humans, not a code analyzer). And when fixing one: -) use a seperate commit -) with a clear message Regards, Stefaan Dutry (sdutry) 2017-12-01 14:57 GMT+01:00 Lukasz Lenart <lukaszlen...@apache.org>: > 2017-11-28 16:22 GMT+01:00 Yasser Zamani <yasserzam...@apache.org>: >> It seems we have 259 new code smells raised [1] somehow they're much :( >> what's your idea about what we should do? >> >> I have similar doubt about coverage. It seems it's 46%. I thought that >> we should find most important ones at [2] and fix them everyday one by >> one on a daily basis. What's your idea? >> >> Are they (and other old ones) in priority to spend energy and time to >> fix? I was in doubt because they're a huge work and if you @dev prefer >> spend time to fixing them. > > I would focus on the most important things and resolve them when there > is a time to do it. We should constantly eliminate those problems but > it isn't a top priority. > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org