39
loading...
This website collects cookies to deliver better user experience
django-admin startproject ...
. New functionalities were created immediately. Everyone was happy! Pure land of software happiness. But those days passed quickly. On one of the weekly statuses, we were discussing some new features. I found that everyone in a team sees this feature differently. Wait… what if those previous features I have already implemented were understood differently too? Shit… Huston, we have a problem.BACKEND_ADDRESS
variable from localhost
to some IP and notice it after 10 minutes, build completed? I did. There will be always something more important than setting environmental variables. But just set it and forget. So simple and yet difficult.def testShouldDoSomethingWhenUserDoAnotherThing(self):
self.asserEquals(1,2)
6 minutes * 2 builds a day * 30 days = 6hours
. 6 hours a month lost waiting for a build to finish just to figure out that BACKEND_ADDRESS = localhost:8000
.python cannot import (most likely due to a circular import)
a few times. Simple walk around and move on. Meh, that's not the way I like it.