_rodrigomd Profile Banner
Rodrigo Profile
Rodrigo

@_rodrigomd

Followers
998
Following
5K
Media
461
Statuses
8K

Building stuff as a Software Engineer Clean Code / Testing / Architecture

Joined October 2019
Don't wanna be here? Send us removal request.
@_rodrigomd
Rodrigo
4 years
👋 Hi. I'm Rodrigo, a Senior Software Engineer. Below you will find some of my threads; a sample of the content that you will access by following me. My DMs are open so don't be shy and drop by to say hi.
7
5
24
@_rodrigomd
Rodrigo
2 years
I just came back to Twit… now X only to congrats @mcsee1 for his new book. “Clean Code Cookbook”🎉🎉. I’ll get a copy as soon as I finish my current reading list 😅.
1
0
1
@_rodrigomd
Rodrigo
2 years
RT @SergioRocks: Measuring a Software Engineer's productivity by counting lines of code instead of value created, it's like measuring the d….
0
7
0
@_rodrigomd
Rodrigo
2 years
RT @hrisKoleva: The biggest irony is that agile actually contributed to the degradation of software quality. We are supposed to experimen….
0
48
0
@_rodrigomd
Rodrigo
3 years
RT @TAbrodi: ⭐ avg. software engineer when encountering a problem -> how to solve the problem. ⭐⭐ good software engineer -> analyze the ro….
0
3
0
@_rodrigomd
Rodrigo
3 years
If you prefer debugging over testing is because you didn't invest time in testing in the earlier stages of the project. Now you've thousands of lines of code without coverage, and to test anything you've to mock a ton of services. Do yourself a favor and add tests from the start.
0
2
10
@_rodrigomd
Rodrigo
3 years
PRs were created to protect the code from contributions from people outside the team of maintainers. If your team is the project owner and can fix any error ASAP, then why delay the code from being delivered, especially when it's published to dev env first?.
2
1
8
@_rodrigomd
Rodrigo
3 years
RT @dmokafa: Avoid logic in your test code!. - if-else statements.- for/while loops.- switch cases. They can easily lead to bugs in tests.….
0
14
0
@_rodrigomd
Rodrigo
3 years
RT @dmokafa: @Franc0Fernand0 First, make it work. Then make it right. And finally, make it fast.
0
2
0
@_rodrigomd
Rodrigo
3 years
RT @TAbrodi: ". consider the case of the developer who claims ten years of experience, but in reality it was one year of experience repeat….
0
1
0
@_rodrigomd
Rodrigo
3 years
RT @eamokeane: @sarah_edo Developers have 3 ways to communicate with one another in a codebase:.-Naming.-Punctuation.-Indentation/Formattin….
0
1
0
@_rodrigomd
Rodrigo
3 years
Don’t miss this!!!.
@TAbrodi
Tiger Abrodi
3 years
🚀 ANNOUNCEMENT 🚀. Everything about Test-Driven Development this time on the space! 😈 🔥. 🎀 What is TDD. 🎀 Why do TDD. 🎀 Arguments against TDD. 🎀 TDD when writing E2E Tests. 🎀 Is TDD a silver bullet. Link to the space, set a reminder NOW ->
Tweet media one
0
2
4
@_rodrigomd
Rodrigo
3 years
Code reviews can be very beneficial, but they're conducted once the code is done or almost done. To increase productivity and reduce risks and failures, you've to aim to receive feedback much earlier.
1
1
8
@_rodrigomd
Rodrigo
3 years
RT @DavidKPiano: ⚛️ React tip: you should almost never fetch inside render. Start fetching as early as possible, e.g. on route change or w….
0
99
0
@_rodrigomd
Rodrigo
3 years
Maintain customers updated on discussions of their interest. Actively search for improvements opportunities.
0
0
1
@_rodrigomd
Rodrigo
3 years
There are so many ways of being helpful as a dev without even writing code. - Warn on new dependencies' releases.- Be up to date on the latest topics on software.- Writing documentation.- Mentoring.
2
1
5
@_rodrigomd
Rodrigo
3 years
Remember this idea? . Well, now it's out as v1.0.1. Check it out!.
Tweet card summary image
github.com
Command line tool to detect when there are undocumented environment variables or to know when they are spread across your project - rodrigo-md/envchecker-cli
@_rodrigomd
Rodrigo
3 years
Continuing with this idea, I think an environment checker could have an output like the following.
Tweet media one
1
0
0
@_rodrigomd
Rodrigo
3 years
Excellent explanation about how to think about testing by @davefarley77 .
0
3
10
@_rodrigomd
Rodrigo
3 years
"Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter" . -Eric Raymond.
0
4
20
@_rodrigomd
Rodrigo
3 years
RT @mmirwaldt: TIL: STUPID - the opposite of the SOLID principle for #Software .(S)ingletons.(T)ight coupling.(U)ntestability.(P)remature O….
0
16
0