Cenny Davidsson (@cennydavidsson) 's Twitter Profile
Cenny Davidsson

@cennydavidsson

Software developer at parakey.co, CocoaHeads organizer for Gothenburg, and author of programmingbooks.dev

ID: 159765162

linkhttps://www.programmingbooks.dev calendar_today26-06-2010 08:15:06

4,4K Tweet

428 Followers

308 Following

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

My website programmingbooks.dev was not reachable for a couple of days due to DNS issues I’ve it solved now, but there are a lot of jargon to know today just to host a website properly

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

Some people are just dumb trolls that think they know better than everyone else but somehow they probably know less than most

David Blackstone (@blackstonedev) 's Twitter Profile Photo

Just finished reading Apprenticeship Patterns, on Cenny Davidsson 's recommendation. I'm definitely going to re-read this a couple years down the road. Looking forward to reading The Art of Unit Testing by Roy Osherove next!

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

The YouTube channel ”Dev tools made simple” is a great collection of clips from interesting talks youtu.be/u4IMJKoeREU?si…

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

The best indicator that you have made a bad abstraction with your extracted function is if the implementation details are leaked into the function name I learned this from the Clean code book

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

Did Ai actually help anyone to work significantly faster as a developer? I’ve yet to see anything that would actually make a big difference in my day to day work

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

People should think about this a little more Don’t optimize for boilerplate code, optimize away boilerplate In Lisp dialects we have powerful macros, but there are other meta/code generating tools that work with most languages

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

This is the year you should learn a Lisp and play some board games with people who are nice, do some physical activity too while you’re at it, also read a book or two! And if you have children, don’t let dumb things stop you from enjoying your time with them Good luck with the

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

JS (and TS) is such a weird and annoying language, I’m glad I only need to use it sparingly To even have a discussion on how to best declare a function is a problem most languages don’t have or need

Cenny Davidsson (@cennydavidsson) 's Twitter Profile Photo

It’s not so black and white Do rewrite legacy code if you are building a new version that is simpler and with fewer features based on the knowledge and mistakes of the old one Otherwise, refactor if code needs to change. Rewrite and refactoring are not the same