git hook - prefix your commit message with your JIRA ticket
In this short blog post I'll show you how you can automatically prefix your commit messages with the JIRA ticket derived from your branch name.
In this short blog post I'll show you how you can automatically prefix your commit messages with the JIRA ticket derived from your branch name.
Is it possible to have a foreach loop over a type which does not implement IEnumerable
?
Yes it is.
Should I use uint
as a type in my library / website / program? For example when iterating through an array? I mean that thing can't be smaller than 0!?
So let's have a look.