|
|
|
|
|
by patio11
5186 days ago
|
|
There exist many, many businesses where V1.0 of the product can be the CEO scrambling with a cell phone, Gmail, and a spreadsheet. This is especially true for business process innovation type businesses like e.g. ZeroCater (which actually started out pretty much exactly like that). After you learn exactly where the painful bits are you can code to prevent them rather than coding for problems which may not ever be experienced by any human ever. To this day, there's a couple of things where my workflow is "SSH into the box and run commands against the Rails console" because those tasks were never common/important/etc enough to justify even an hour writing up a tool to automate them. |
|
I can't agree more. It took me a while to get there but in the end it's exactly what everybody should do.
As of right now I'm manually creating the accounts of new customers (has something to do with creating new database tables which is done half-automatically). Right now there is only a trickle of new customers (due to the lack of marketing) and it's not worth it (yet) to program a fully automated registration process which would require a registration form, payment processing and above mentioned account creation.