Walkmod: Open-source tool to automatically apply code conventions
1–10 of 28 posts
Re: Walkmod: Open-source tool to automatically apply code conventions
#2Weird name. See also:
Re: Walkmod: Open-source tool to automatically apply code conventions
#3What happens with the private method and the sysout in your example?
Re: Walkmod: Open-source tool to automatically apply code conventions
#4I find it frustrating that it's not made clear upfront that Walkmod is only for Java. In fact, it's not really made clear anywhere I can see so I'm not 100% sure that's correct but it seems to be the case.
Re: Walkmod: Open-source tool to automatically apply code conventions
#5What happens with the private method and the sysout in your example?
[deleted]
Re: Walkmod: Open-source tool to automatically apply code conventions
#6What happens with the private method and the sysout in your example?
Not called so delete I guess. What that has to do with style or conventions I don't know.
Re: Walkmod: Open-source tool to automatically apply code conventions
#7I find it frustrating that it's not made clear upfront that Walkmod is only for Java. In fact, it's not really made clear anywhere I can see so I'm not 100% sure that's correct but it seems to be the case.
From their GitHub README [1] (I'm not affiliated):
"Walkmod can support with any programing language if a set of interfaces are implemented as a third party plugin. The first (and current) supported language is Java."
Re: Walkmod: Open-source tool to automatically apply code conventions
#8Every problem in computer science can be solved by another level of indirection. Genius! Genius! Genius!
Re: Walkmod: Open-source tool to automatically apply code conventions
#9umm... but eclipse already do this...
Re: Walkmod: Open-source tool to automatically apply code conventions
#10I like tools like this, but why not just write good code in the first place and make people fix code they write poorly?