The production-code tag has no wiki summary.
16
votes
3answers
544 views
What's so bad about Lazy I/O?
I've generally heard that production code should avoid using Lazy I/O. My question is, why? Is it ever OK to use Lazy I/O outside of just toying around? And what makes the alternatives (e.g. ...
5
votes
2answers
181 views
Best way to release production code
Is there a best practice for releasing production code for PHP?
I know with Java you can release the source code as a WAR or JAR but does PHP have something like this?
As our org grows I wanted to ...
4
votes
3answers
138 views
Should one leave asserts in production iOS apps?
Common practice might be to put asserts in code to check input parameters, data integrity, and such, during app development.
I test my apps, BUT, given that I'm not Knuth (and he writes $1 checks), ...
3
votes
2answers
128 views
Rails 3.1 in production mode saves model to database but returns id zero
Hello!
It is happening a very weird thing when I save a model in rails 3.1
Same project in development / production
There is a simple model City with 2 fields (name / state).
development console
...
1
vote
9answers
194 views
Is there a reason not to use the latest version of library X?
My teammate and I have an argument,
Is there a reason not to use the latest version of a library if we haven't coded anything at all yet?
Right now we are talking about boost. We use a framework that ...
0
votes
4answers
133 views
Understanding production level code that is uncommented
I am currently working on (more specifically trying to get grips with) a production level engine that is fairly uncommented. As an example, if I take the following code which I have never seen before:
...
0
votes
1answer
49 views
Entity Framework: Shipping code?
I'm doing a talk on the Entity Framework at a local user group next week. I'll be mentioning my own experience with the Entity Framework and I'd like to include other real world experience with the ...