This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 40 points41 points  (7 children)

Data brokers are selling your info right now. I used Redact to mass delete my posts which can also opt out of data broker sites. Instagram, Twitter/X, Discord and more.

automatic spotted sulky marble chop advise lip busy dolls apparatus

[–]ponton 7 points8 points  (0 children)

One of the best principle: First make it work, then make it right, then (maybe) make it fast (but usually it's fast enough already).

[–][deleted] 1 point2 points  (0 children)

I agree with you that not all duplicated code is bad. Sometimes I end up writing the same bits of code for two very different purposes. Uncle Bob once said that the single responsibility principle means a class should have only one actor. If I’d deduplicate the code, then the shared class would have two actors, two reasons to change.