Topic

meta

Articles tagged as “meta”.

PRs are dead, long live PRs?

Published

Pull requests are an important part of programming culture. They serve multiple purposes and vary across teams, organisations and even technologies. In essence, they reflect how a team constantly evolves, both through its individual members and its code. They can be used to teach, fix bugs, refactor code, spark new ideas …

Interesting links - Is logging a "code smell" ?

Published

I was reading this article , and it raises quite an unexpected question - "Can we consider logging as a code smell"? Clearly - the answer is more nuanced than that and whilst I do enjoy the event bus approach from the article - that seems like overkill for most applications. It's interesting that Aspect Oriented …