

Yep, it’s like it’s automatically transformed back to normal in my mind’s eye :). Mirrored and upside-down presents a little challenge, but everything else is no trouble.
Yep, it’s like it’s automatically transformed back to normal in my mind’s eye :). Mirrored and upside-down presents a little challenge, but everything else is no trouble.
I’m not! I’m barely even right handed, honestly - I’m incredibly uncoordinated.
Me too! I blame it entirely on my literal childhood interpretation of someone telling me to “cross my fingers and toes” - learned how to cross all of my toes, then picking things up came naturally after that 😂
I can read text in any orientation, even if mirrored, as easily as if it was right side up / not mirrored. Not sure why, and almost completely useless, but was surprised to discover that supposedly not everyone can do this?
Have reviewed 16 year old code for a very well known company in the last week with this exact comment peppered throughout, alongside delightfully helpful comments like:
// do not delete or change this it just works
// TODO temporary fix added 12/09/11 to fix incident must be removed ASAP
// CAUTION this returns false here instead of true like it normally does, not sure why
// if true then matched to valid account not is true
Currently working on a programme of work for a huge client whose core system is still running the same COBOL spaghetti that was written in the 80s. The demand for COBOL developers to support or update these systems, and the compensation they get, is wild.
UX / UI work lends itself to designers with IT skills in a similar way. I ended up falling into Business Analysis ultimately, but graphic design experience mixed with IT skills have helped immeasurably throughout the twisting path my career took.
A friend of mine moved to Japan about 10 years ago and has spent a lot of time solo developing his site, Kanpeki Study, for efficiently learning Japanese kanji and vocabulary in bitesize, daily chunks. I’d be doing all his effort a massive disservice if I didn’t mention it - hopefully turns out to be a good fit for you 😄.
Absolutely the same experience as you. I’d spend weeks (or months, in the case of my final dissertation) mulling things over without being able to write anything, then the night before it’d just click into place and I’d write it all out. I’d end up with good grades as well, but the stress at the time from my frustration at not being able to just “get things done sooner” wasn’t fun!
Have always personally seen Gherkin being used with Cucumber, as I believe that they’re two parts of the same whole, but I’m happy to be corrected if wrong :).
My understanding is that Gherkin is the syntax used to write the scenarios / acceptance criteria, whilst Cucumber is the tool that interprets said scenarios and executes them as automated tests.