Become a member
Sign in
Alexander
Alexander

Alexander

Software Engineer

22 Following
4 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Alexander

See more

From Why Cutting Costs is Expensive: How $9/Hour Software Engineers Cost Boeing Billions by Eric Elliott

…were mature. That anecdote is what prompted me to write this article. In case there are any doubts, letting junior engineers code without senior engineers to review their work and guide them is equivalent to stashing time bombs all over the codebase.

From Mocking is a Code Smell by Eric Elliott

The imperative style version requires logic that should be tested. I know those are just simple assignments, but I’ve frequently seen (and written) bugs where I pass or return the wrong variable.

From Unit Testing React Components by Eric Elliott

What about tests for the container component? I don’t unit test container components. Instead, I use functional tests, which run in-browser and simulate user interactions with the actual UI, running end-to-end. You need both kinds of tests (unit and functional) in your application, and unit testing your conta…

Claps from Alexander

See more

Email Only Sign Up With AWS Amplify

Jan Hesters

Lambda-Proxy vs Lambda Integration in AWS API Gateway

Lakshman Diwaakar

Yes.

Eric Elliott