Hi. I’ve published v 3.5.0.0 of snodge, a mutatio...
# test
n
Hi. I’ve published v 3.5.0.0 of snodge, a mutation-based fuzzer that can fuzz JSON, XML, HTML forms, text and binary data. It’s available in Maven Central for the JVM platform, and in NPM for JavaScript (as the package
snodge-3
version 5.0.0) https://github.com/npryce/snodge
p
pro tip: don't commit
.idea/
and
*.iml
a
It’s okay to commit parts of
.idea/
though, like
.idea/codeStyleSettings.xml
n
Pro tip: it’s fine to commit .idea/ and *.iml files, so you don’t have to recreate them every time you check out the project afresh
p
what about people who dont use IDEA? Why polute the project with files that can be generated within seconds? I hate IDE-specific projects from the days I struggled with Eclipse
n
They can set up the project in Eclipse or NetBeans themselves and are no worse off than if no project files are checked in (but obvs are much worse off than if they were using IDEA)
But that would be the case even if IDEA config were not checked in
You only need to care if you’re working on the code, in which case you should follow the team’s established conventions.