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
-
lorentz15210227dManagers imagining the project as a physical object are responsible for a wide range of problems
-
retoor11565227d@lorentz I wish they threated it as psychical object more. Taking a feature change as serious as moving a wall
-
asgs11563227dthe concept is not idiotic but the implementation you have is definitely idiotic. Freezing is always on releases and branches
-
vane11284227dIt’s a great concept during summer or winter break so everyone can go on vacation, work is not life.
-
msdsk3179227d@asgs is that a code freeze anymore though? It's just preparing a release.
And for the most idiotic implementation, in one company they had 2 months long code freeze. No new features could be developed. Developers were not given vacations during that time. Fortunately I was just a consultant so it was a very short gig. -
asgs11563225d@msdsk that's plain retardation. Good you don't work there anymore
Freezing is always from.the release perspective. Mainline/Nightly dev should never stop unless the product roadmap itself is frozen or the budgets are cut -
hjk1015731224dThe freezing is only on the stuff that is about to be released not the entire codebase. For releases usually a feature freeze is enough. Sometimes a more code freeze approach is needed when the project is huge. Only newly introduced bugs from testing are triaged. New bug tickets on existing release are pushed to next release.
An actual code freeze is on the currently deployed code to ensure stability or the service during a certain period. Let's say everyone needs to fill in taxes in a certain month. During that period you don't want any down time as the impact will be huge.
However development can still go on. It's just not released/deployed.
So the freezing concepts are useful but like with any idea, execution is everything... You work with morons. -
msdsk3179224d@hjk101
Oh, I absolutely agree with having release freezes or feature freezes. It's indeed that I've been working with morons.
Code freeze is such an idiotic concept. What year do we have? Just make a goddamn release branch and do your codefreezy things there. Why the fuck would we stop the entire development just because you can't figure out git?
rant