Details
-
AboutPython writing, Django using, Cider drinking, Irish web developer in Glasgow.
-
SkillsPython, Javascript, Django, Flask
-
LocationGlasgow, Scotland
-
Github
Joined devRant on 6/7/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
My family hosts an 100 mile (160km) run once every year for ultra-runners. 11 hours in the first runner has done 105 km. And I'm sitting at this checkpoint logging their times and working on a project. But rain started pouring down and this not so waterproof tent has just become the worst developing workplace I have ever been in because the umbrella ain't big enough for me and the laptop. So I'm soaked and won't be relieved for another 8 hours. The things you do for family.8
-
Heard the plumber yelling because of the work someone before him did on my heating system...
As a programmer: -
You know you messed Git hard when your commit graph started to look like November Rain on Guitar Hero.4
-
When you start reading someone else's code and all you do is properly indent for the first 30 mins so you can actually read it.15
-
So we decided to adopt Scrum where in manager(scrum master) picks the stories for dev, changes them during sprint and also decides the complexity of task. so much for a servant leader!!3
-
Been using the same language for 5 years... still Googles basic functions to remember the arguments.12
-
How I felt after spending an entire afternoon planning and designing a new feature for a project only to realize half of my design was wrong after I started implementing it1
-
Pet peeve of the day: People littering code with comments that repeat already obvious method names.
// Submits public key password
SubmitPublicKeyPassword(string psw)
{
//...
}