I have recently published a new repository, which can be found here. It allows you to generate a .htaccess file from a CSV table. This post will help you use the tool.
Category: Programming
I’m a big fan of never using using namespace std
. There are a ton of technical reasons, but I want to talk about the readability part. Generally, if it is avoided, it’s easier for somebody checking your code to see which variables are yours. Sure, cout
and cin
are unmistakable, but what about vector
or hash
or pair
?