DEV Community

Cover image for What was your win this week?
Jess Lee
Jess Lee Subscriber

Posted on

What was your win this week?

Time for some reflection โœจ

Looking back on your week -- what was something you're proud of?

All wins count -- big or small ๐ŸŽ‰

Examples of 'wins' include:

  • Getting a promotion!
  • Starting a new project
  • Fixing a tricky bug
  • Cleaning your house...or whatever else that may spark joy ๐Ÿ˜„

Happy Friday!

Oldest comments (69)

Collapse
 
elmuerte profile image
Michiel Hendriks

Collapse
 
johnson_cor profile image
Corey Johnson

Beautiful!

Collapse
 
jackharner profile image
Jack Harner ๐Ÿš€

That's a lot of code gone. Nice work!

Collapse
 
elmuerte profile image
Michiel Hendriks

Mostly dead code. I also deleted quite a bunch the weeks before. We've been finishing up quite some refactoring (moving from one java web framework to an other). Moving parts from the code base to managed via configuration. And plainly deleting sub-modules which are no longer used. We finally reached the point where we're able to get rid of a lot of files/code. Our code base in lines of code* has decreased from 822k (beginning of this year) to 665k. We're getting close to the size we had in 2014.

Quite a few of those "lines" moved outside our codes base. So they are not really gone, but they are now no longer the burden of the devs.

Sadly fisheye does not provide nice stats on how much I have been deleting for arbitrary time windows. Just "last week" and "all time".

But in the end:

Deleted code is debugged code. -- Jeff Sickel

*) code as in the broadest sense of the word, so includes XML, HTML, CSS, etc. Everything which sonarqube sees as code and counts towards our technical debt.

Collapse
 
andreasjakof profile image
Andreas Jakof

I love throwing away code. I can do the same by end of May. Getting rid of SCCM once and for all! ๐Ÿ‘

Collapse
 
cubiclebuddha profile image
Cubicle Buddha

^ this dev gets it. But for those that wish they could be more comfortable with PRs like that, check out how to feel good about deleting dead code

Collapse
 
daviducolo profile image
Davide Santangelo

created a personal open source project called "FEEDI" github.com/davidesantangelo/feedi. Take a look.

dev.to/daviducolo/feedi-api-oja

Collapse
 
matthewbdaly profile image
Matthew Daly

Refactored a painful query object from 500+ lines of PHP to just under 170.

Collapse
 
lkreimann profile image
Lea Reimann ๐Ÿฆ„

Nice work ๐Ÿ’ช

Collapse
 
programazing profile image
Christopher C. Johnson

I'm taking over an old abandoned Hugo theme and I'm having fun updating it.

Collapse
 
johnson_cor profile image
Corey Johnson

Started having some health problems last week and I prioritized my health without compromise! This time last year I would have been trying to work through evenings to finish up work I had missed for doctor appointments because I didn't have a healthy work life balance.

Collapse
 
lbayliss profile image
Luke Bayliss

We had a bunch of remediation scripts that were kind of floating around in different projects. So I pulled them all together and created a CLI tool. Itโ€™s super pretty and works really well! Iโ€™m quite proud of it ๐Ÿ™‚

Collapse
 
kenbellows profile image
Ken Bellows

Finished my first semester of grad school, and it looks like I got an A in both classes I took! ๐ŸŽ†๐Ÿ™Œ๐ŸŽ†

Collapse
 
programazing profile image
Christopher C. Johnson

Congrats!

Collapse
 
sm0ke profile image
Sm0ke • Edited

Play with panini static site generator.
Integrate an HTML5 Up design on it and release it into the wild:

WebApp - Sources

Free Website Big Picture by @Simpllo

Collapse
 
joehobot profile image
Joe Hobot • Edited

I was on dev.to daily this week. And even wrote a post.

Not so much week before that.

Does that count as win win? :)

Collapse
 
nickytonline profile image
Nick Taylor

Collapse
 
ben profile image
Ben Halpern

Collapse
 
bhupesh profile image
Bhupesh Varshney ๐Ÿ‘พ

Hell Yeahh !!

Collapse
 
misnina profile image
Nina

Did more than theming and changed my first page template at my volunteer position! It took quite a few iterations for what should be a simple page, but I think it looks good now!