37
Razakii
6y

When you have to code up a massive table and you slowly start to loose the will to live😂

Comments
  • 12
    If possible, try to use some script to create that table in any loop.
  • 4
    @Aitkotw dude I wish I could, but I'm only starting off in web development so I gotta do it the old fashioned way😂
  • 0
    @Razakii I'll pray for you. Hang on and don't lose hope👍
  • 2
    @Aitkotw thanks man👌, if I do loose hope I can continue my python project to cheer me up
  • 0
    notepad++ with VS-Syntax-Theme?
    That's me a year ago! Good luck, dude ;)
  • 4
    I would suggest getting atom or brackets theres addons that make that task so much faster and the editors are way nicer.
  • 3
    Use emmet for this, using css selectors to build a table.
  • 1
    Sublime editor allows you to edit multiple lines at the same time, great for repetitive tasks
  • 0
    Its good man at least the concept will be remembered by you forever :P
  • 2
    Ayyy thanks guys, I can get the devRant stickers now👌
  • 3
    @Razakii once you're done there... Completely forget about tables.

    We're all still angry at the table tag after what it did in the early millennium.
  • 1
    It may be a little past you still if you're only starting but a template language like ejs would help you a lot! (Plus it's easy enough to pick up)
  • 0
    How about creating the table with some oldschool perl script or maybe shell and copy it into your source then?🤔
  • 0
    @Kryptic0 which addons?
Add Comment