| Connect lewiscowles
Essex, UK
I work at a fintech startup in London. I Really like pair programming, cognition and education, and repeatability. Talk to me about testing, automation, or whatever you are passionate about.
I work at a fintech startup in London. I Really like pair programming, cognition and education, and repeatability. Talk to me about testing, automation, or whatever you are passionate about.
Authored Comments
you can always add guidance to raise issue first (so PR can reference), and use templates for issues.
Wow thanks. That is a lot of information. (31 screens deep. 29 without images, 17 with no images and no gists) I think this needs to be bookmarked and re-read several times for me to wrap my head around it.
I Have to something to ask after my first skim-though. If mutability & state are such bad ideas. Why are so many using them?
I'm aware there are situations where mutability is bad. Accidentally transforming the value of a users e-commerce cart could be bad for example. I'm just not sure the hard-line strict purity is practical for a broader system. I'd be happy to hear my initial feelings are incorrect, but would appreciate some links.