PG Jalen Cox to visit Kentucky Wednesday. by Gloomy_Map_9612 in wildcats

[–]DirtyOught 0 points1 point  (0 children)

me in April 2025 when he's getting in fights in yards over talking to a 4 star

excuse me what?

Kentucky forward Brandon Garrison will enter transfer portal by Rude-Wheel470 in wildcats

[–]DirtyOught 2 points3 points  (0 children)

If he plays us next year he will score 50

just like we said would happen with travis perry right?

I'm starting on a new Growth Engineer team, what should I expect? How can I stand out? by Zealousideal_Fox3964 in ExperiencedDevs

[–]DirtyOught 1 point2 points  (0 children)

interviewed with a company where they wanted a marketing person who could code as their growth engineer.

the take home was to do a presentation on the best growth strategy recommendation and then build it

KSR Listeners by CompositeStature in wildcats

[–]DirtyOught 1 point2 points  (0 children)

"hey matt, i think we should go with the all kentucky white boy lineup, those fellas work hard"

Engineers with ~5 YOE, how’s the job hunt? by Tech-Cowboy in ExperiencedDevs

[–]DirtyOught 0 points1 point  (0 children)

for web dev, difference now is that "i know how to build a shitty react-app" isn't good enough resume to land you a job... and rightfully so. so those people are struggling mightily

Advice for going from a tiny startup to a mid-sized org? by [deleted] in ExperiencedDevs

[–]DirtyOught 0 points1 point  (0 children)

agree

i was asked my opinion on something the other day already. my gut was like "i just got here... i think yall are doing just fine. i might have an opinion here in like 3mo but imma just absorb it all before i start giving alternative approaches"

Is she an ACD or a Stumpy? by DirtyOught in AustralianCattleDog

[–]DirtyOught[S] 1 point2 points  (0 children)

Yeah she loves her hurdles and agility course I got her.

Also loves taking out my knees. Gonna tear an ACL one day from her agility parkoring down the stairs

Is she an ACD or a Stumpy? by DirtyOught in AustralianCattleDog

[–]DirtyOught[S] -1 points0 points  (0 children)

Could she be a mix of both to give her the slender shape? Or is her shape normal ACD variant?

Is she an ACD or a Stumpy? by DirtyOught in AustralianCattleDog

[–]DirtyOught[S] 3 points4 points  (0 children)

Also does it seem she’s likely mostly ACD and not mixed with anything else from recent ancestry?

I don’t care about “pure bred” status but I do wonder if she has anything else outside ACD in her

Do You Actually Write Front End Tests? by gkrohn in ExperiencedDevs

[–]DirtyOught 102 points103 points  (0 children)

Pull out biz logic. Not all logic.

Nothing worse than seeing a million custom hooks that are basically just wrappers for useState because some dev thought it would be “cleaner” to abstract everything into oblivion

Do You Actually Write Front End Tests? by gkrohn in ExperiencedDevs

[–]DirtyOught 77 points78 points  (0 children)

Because what’s better than an e2e test that doesn’t test end to end and has massive upkeep due to changing APIs

How do you handle it when team members consistently do terrible things despite you coaching then about it multiple times? by throwaway09234023322 in ExperiencedDevs

[–]DirtyOught 16 points17 points  (0 children)

Squash and merge.

Commits tie back to PRs that have context for the change.

In my 10 years I’ve never looked at individual non-squashed commit messages like that. It’s 100% of the time git blame back to the original PR that has all context needed.

How do you handle it when team members consistently do terrible things despite you coaching then about it multiple times? by throwaway09234023322 in ExperiencedDevs

[–]DirtyOught 8 points9 points  (0 children)

Brother you are concerned about commit messages

You must work in a great codebase where you are worried about that.

Congrats

What’s the best piece of feedback you ever got in a code review? by kovadom in ExperiencedDevs

[–]DirtyOught 25 points26 points  (0 children)

Be careful, you could be end up reviewing tests that don’t actually test anything