Skip to content

Instantly share code, notes, and snippets.

View samuel-adu's full-sized avatar
💭
I’m open to Frontend Developer roles that are either remote or based in the UK

Samuel Adu samuel-adu

💭
I’m open to Frontend Developer roles that are either remote or based in the UK
View GitHub Profile
@samuel-adu
samuel-adu / semantic-commit-messages.md
Created September 24, 2023 15:11 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@samuel-adu
samuel-adu / bin_op.R
Last active August 29, 2015 14:25 — forked from seankross/bin_op.R
"%p%" <- function(left, right){
paste(left, right)
}