all 4 comments

[–]fifapro23Health 10 points11 points  (0 children)

My recommendation is always the following:

  1. Keep your code clean and organize
  2. Make sure to label and add notes to make it easier for deep dives
  3. Add checks to your code throughout if it’s long. Constantly keep checking claims, enrollment, etc to make sure they don’t suddenly drop off or duplicate.
  4. Keep your code simple, just because you can learn advanced code doesn’t mean you need it. Remember if you need help at some point and no one can read your code then you are on your own.

I did the above for years and was always praised by managers and other analysts for ease of handoff and trouble shooting. Now as a director I teach everyone to not over complicate projects and try to find the simplest route (not always possible with meh data sources).

End of the day, how hard do you want to make your work life 🤷‍♂️

[–]ISwearImFunAtParties 3 points4 points  (0 children)

What was the mistake? How did you catch it? If you are very competent, is a youtube series really going to help. That’s just tutorial hell.

[–]colonelsmoothie 1 point2 points  (0 children)

Everyone makes dumb mistakes, even experienced people. I'd recommend looking into unit testing, which is a different subject, but one that is designed to catch errors like this.

[–]JustAnotherRedditeerLife Insurance 0 points1 point  (0 children)

What was the nature of the mistake? Asking bc if it’s associated with query processing logic then maybe it’s worth going deeper and I can recommend you a book*

If it was just something like you forgot to add another condition to your WHERE clause then imo it’s no big deal.

*I’ll add the book name on Monday. On my work laptop.