Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"Write less code" is kinda vague but for me it means 'do other stuff than just simple coding'.

I take pen and paper or whiteboard and spend considerable time to model the problem in pseudocode and graphs (not UML, the horror, just lines and boxes) before I start banging code.

For trivial adapter code etc. this approach is pointless but the larger and more complex the component, the more it pays off.

It can also mean to employ existing libraries where it makes sense, and to utilize code generators for tasks they are suited for (e.g. writing tests with lots of combunatorial excess or implementing interfaces on top of an FFI).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: