Posts Tagged ‘ tips ’
Recently I’ve been developing a fairly large Python application, involving a somewhat articulate and deep class hierarchy. With time, I ended up writing a certain amount of getters and setters which felt suspiciously unpythonic. Looking for better solutions I stumbled upon a number of sources making fun of people writing getters and setters in Python [ READ MORE ]
By misspelling awk during a search, I’ve come to know a very useful utility: ack. I wholeheartedly suggest to install it and use it as a drop in replacement for grep in most circumstances. Basically, it’s a developer-friendly grep that, by default, ignores many annoying things that tend to get in the way nowadays, such as [ READ MORE ]