Answer the question
In order to leave comments, you need to log in
Is there any sense in working with code of not the best quality?
I work on a project with not the best code quality, there are functions for 1-10 thousand lines, most likely no one has heard about the concept of clean code, strong connectivity. Not quite hell, but except for the code authors, most likely no one knows how the other part of the project works.
I turn a blind eye to this only because you need to be able to work with such code.
On the other hand, is it really true? Wouldn't it be better to strive to always work in teams with a greater focus on code quality? Or are these on the market do not survive and you need to get used to this "quality"?
Answer the question
In order to leave comments, you need to log in
Yes, if you do a refactoring of all this + describe this experience, then there will be a strong line in the resume. At your next job, you can ask for more)
This is called a variable with a variable name ( variable variable ).
class Foo {
public $deepest = 'Limbo';
public function __toString()
{
return 'deep';
}
}
$deeper = 'deepest';
$deep = 'deeper';
$b = new Foo();
echo $b->$$$b;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question