DEV Community

Duncan
Duncan

Posted on

1 1

Being proud of your progress

I'm going to start off by saying that I am not that much of a writer.
Recently I looked back on one of my longest-running projects (it's going further back than the git history exists).
Going back to that first commit made me proud of how far I've come as a java developer.
The reason that made me go back to that first commit was cleaning some methods that have not been really updated since 2018. The main change to those methods was some logic removal so I decided to remove them and switch to a single method.
Before I edited the code I decided to git-blame in IntelliJ and saw that the file has stayed basically the same since 2018/early 2019. Because of that, I decided to go back to the first commit of the project and compare the main class.
The results were shocking and I did not even recognize my own code style in there anymore.

Thank you for reading my first post on dev.to :)

For the ones interested here are some links to the files I mentioned in this post.
The main class: first commit vs current state as the time of writing.
The file that has not been edited since 2018: link

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay