11
Beneris
7y

I want catch previous developer and cut his finger off. If you don't know hot the job should be done don't do that job.

Comments
  • 2
    Wait just so I understand, the only thing that changes is the meternityColor/slimmingColor?
  • 5
    Don't have a printscreen button in your keyboard?
  • 2
    You know, they made him do it. He didn't have a choice.
  • 1
    I'm a Software Engineer and I feel dumb.
    What is the joke?
  • 1
    I think it's the way PHP is thrown into the HTML code.
  • 4
    The problem is that he made code twice as long as it should be, here is an example:

    <?php If ($i = 1): ?>
    <input ... value="<?php echo $i ?>">
    <?php else if ($i = 2): ?>
    <input ... value="<?php echo $i ?>">
    <?php endif; ?>

    He cound just done this:

    <input ... value="<?php echo $i ?>">

    That is what I thing is the "problem". Please correct me if I'm wrong.

    P.S. it is pain in the ass to write code on mobile...
  • 0
    Or use or(||) in if statements if there is some kind of filtering
  • 2
    Repeating code?
  • 0
  • 1
    I never knew how programming looks like as a career. Apparently you edit someone's code and raging around
  • 0
    Me neither, never worked for company or something, I mean even if I wanted I couldn't(Im 16 yo)
  • 1
    @Creepper Eh, cool. I'm 15
Add Comment