I have been using Go for some projects recently: I like it and am quite productive, but had always been troubled by Amos’s I want off Mr. Golang’s Wild Ride blog post.
He’s right, of course, but at the same time: should you really have to deal with such difficult file names?
So, to both learn some Rust, and make sure your non-Rust file handling code works, I’m starting namelint, a tool to check for troublesome file names. Ideally, it will catch:
What it won’t do:
See another of my projects, fflint for that! Or use one from super-linter. ↩