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)
Beautiful!
That's a lot of code gone. Nice work!
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:
*) 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.
I love throwing away code. I can do the same by end of May. Getting rid of SCCM once and for all! ๐
^ 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
created a personal open source project called "FEEDI" github.com/davidesantangelo/feedi. Take a look.
dev.to/daviducolo/feedi-api-oja
Refactored a painful query object from 500+ lines of PHP to just under 170.
Nice work ๐ช
I'm taking over an old abandoned Hugo theme and I'm having fun updating it.
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.
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 ๐
Finished my first semester of grad school, and it looks like I got an A in both classes I took! ๐๐๐
Congrats!
Play with panini static site generator.
Integrate an HTML5 Up design on it and release it into the wild:
WebApp - Sources
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? :)
Hell Yeahh !!
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!