Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
lungdart3326284dI write a make file for my repos, and they all have make format to style them however the project wants to be styled
-
Lensflare16995284dMy style is to encode as much as possible of the business logic into the type system so that any kind of inconsistency or potential bug can be caught at compile time.
You can’t have bugs due to wrong states if those states are impossible to compile. -
kobenz845284d@SidTheITGuy got me convinced, I'm watching one
---
Gsus, dude! You're jacked!!! SidTheMuscleGuy o.O -
lorentz15200283dI'm with @Lensflare but also I try to sneak extension points and caller-defined strategies into every unit exceeding around 700 statements, partially because I can't make piece with the thought that my product is temporary, partially because I hate editing code.
what's your coding style?
I'm a doomsday survivalist
question