23

When a co-worker creates a six page website that has over 60 separate CSS files?

Comments
  • 0
    ....ouch.
  • 3
    Oh that's easy. Npm install
  • 2
    I should add it is also written in classic ASP. 😑
  • 0
  • 1
    Urm.... How, like isn't that... Impossible ?
  • 3
    Impressive. Is it some kind of art installation project using that many files? :)
  • 1
    a line a file
  • 2
    Now it has to be a pretty website! More is more!
  • 2
    each selector in a different file.
    the files named after the selectors of course
    staying structured is a good thing
  • 1
    Separation or concern to the extreme
  • 3
    It gets better, the same form repeated three times in one file just to change one attribute. 20 empty lines of space between random IF conditions. Lines and lines of code commented out in production. Today may be the day I take up drinking.
  • 0
    @Eat-Sleep-Code id fire them.... Like that's actually so ... So stupid , a new level .... How long he been programming ? 2 days?
  • 0
    He has been here for 10 years. He has become complacent and hasn't bothered to further his skill set. I don't think he has had to ever work in a team environment where manageable code is important.
  • 0
    @Eat-Sleep-Code but 10 style sheets per page on the average is ludicrous even if they all had completely different looks to them. Cripes
  • 0
    @Eat-Sleep-Code that's... Not complacency .... It's stupidity it's like day 3 programming web limit http requests as much as possible. , Now if they are inside a style tag it's more acceptable.... but still shitty especially if you have similar elements on all the pages

    But if I had a programmer in my company they are meant to be good having years of experience... And they do that.... They aren't a programmer.
Add Comment