HN user

volkanvardar

13 karma

LinkedIn: <https://linkedin.com/in/volkanvardar>

Medium: <https://medium.com/@vardium>

volkanvardar.at.hn

Posts13
Comments24
View on HN

Even just checking the time on phone makes me feel sick. I'm using Apple cues from the day they released. It helps, but I still cannot respond to Whatsapp messages. I envy people who can use their phones, laptops during a ride.

What I learned from 20 years of development experience is to follow the below in that specific order.

1. YAGNI - do not try to solve a problem which is not yours

2. SOLID - try to build in an extensible way, so you can later refactor it easily

3. DRY - it is time to modularize when you start copy/pasting

So, I can say that you are on the right track.