Skip to main content

Tidying

Getting Started with perlimports
·3104 words·15 mins
linting perlimports precious tidying
Reducing software dependencies is one way to reduce an application’s attack surface. I’ve laid out how perlimports can be used to manage and reduce Perl dependencies in both modern and legacy applications. It’s not difficult, but it should be done with care.
Find and Fix More Typos
·1402 words·7 mins
fzf linting Neovim precious tidying typos VS Code
When you’re constantly producing code and documentation, mistakes will happen. Some will be easy to spot and others may elude you. We know that attention to detail counts. If someone finds a typo in your documentation or their code, they may be inclined to ask themselves what else may be wrong. In order to avoid the impression of carelessness, let’s automate the finding and fixing of typos.