Details
-
About30 something tech junkie, Web developer and evil scientist
-
Skillsruby, html, javascript, css, rails, sinatra, c, c#, unity...
-
Locationlondon
Joined devRant on 7/5/2017
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
-
So today was my first time combining mocking, depenancy injection and promises. I thought I had a relatively good understanding of everything until I started writing tests - now my head is spinning.
The actual coding has gone really well - implimented the strategy pattern so I can reuse my code whenever I want to make an API call - and everything is nicely decoupled so it should be easy to test. In theory.
If anyone here happens to write tests for a living, I have a new found respect for you today...
Time for a beer 😅3 -
Whenever I see job postings with salaries this low I always wonder exactly what's going through the minds of the people running the company.
Who in their right mind would want to spend 4+ years working hard on a CS degree only to be offered less than what the average retail manager earns? I barely afford a 1 bed flat share on this salary in my part of the country...
I'm starting to run into more and more job adverts like this. Why are companies working so hard to rip of graduates?13 -
Working through ruby a tech test yesterday and seeing a bunch of people finish before me. 6 weeks ago I could have done this in my sleep, now I'm lagging behind the people who lag behind.....
-
Spent about six hours writing tests and coding a user log in system for a Rails app last night. Finally finished at around 2:00am. Commited, pushed and merged, then called it a night.
Woke up today and Postgres is refusing to play nice. Spent twenty mins or so fixing that and then ran rspec.... Two thirds of my tests are missing - everything I wrote last night. I check my code and sure enough, they aren't there.
Wild panic ensues for a solid 5 mins before I realise I didn't actually pull the updated master branch after deleting my feature branch last night.
Now I feel like an idiot, but a relieved one. -
My pair partner and I managed to break every feature test written by our 16 strong team today while fixing a login form. Fixing other people's non-refactored rspec tests is not a pleasant experience lol
-
Anyone here attending the London ruby user group meet up tonight? Come say hi if you are - I'll be the lost looking guy in white trainers and a makers academy t-shirt 😂
-
Just spent a week designing and building an airbnb clone from scratch in a team of only four people. I don't know what I need more - a beer or my bed 😂4
-
So we just started being taught javascript. God, this syntax is a nightmare! The jump from ruby has not been a pleasant one, but picking up Jasmine at the same time seems to be helping a little. I can learn this in a week, right?1
-
TDD is the bane of my existence right now. When I first put the cash down for this bootcamp I never thought writing tests would be the hardest part. The extra layer of abstract thinking is really slowing me down!