16

I. DON'T. GET. IT!

What's up with the !dev or !rant ?

I feel like a total fail ๐Ÿ˜ญ

Comments
  • 6
    Do you even code?
    !!question
  • 1
    Normally I read "!rant" and "!dev" as "Bang rant" and "Bang dev". smh
  • 3
    Well in css that "!" is more "important" ...
  • 2
    @Qujja outside of !important “!” Isn’t used in css.

    And it doesn’t mean what it means in other languages.
    !important = nothing else is important
  • 10
    Well if you don't get it then you're probably !dev
  • 2
    You see?! It's all mixed up! It could be like a shebang, or it could be not! IT'S CONFUSING
  • 2
    @ScriptCoded for the sake of argument its means “!=“

    rant = false;
    If(rant != true)
    // do something

    Or as most will do

    rant = false;
    If(!rant)
    // do something
  • 0
    @C0D4 Yeah, I do work as a programmer ;) But I had some issues interpreting it. Thank you for the clarification!
  • 0
    @C0D4 that's why I wrote '"important"'
  • 9
    @C0D4
    <------- the joke
    You
  • 2
    @rEaL-jAsE Stop harassing me ๐Ÿ˜‚
  • 1
    It's an indicator for the people that think they can decide which content should be on devRant.
    Without it they are gonna write dumb comments under your rant about why you are posting non-rants on devRant.
    I can recommend just posting in random. Also helps.

    Actually this was more a thing of the past when there where no rant categories...
  • 2
    @rEaL-jAsE as long as it’s not a meme, I don’t give a shit ๐Ÿคจ
  • 1
    You guys all calling him out on not being a dev...

    In Haskell, ! is an index value access function for many functors, as in (IntMap ! 1), and not is just... not.
  • 1
    @bittersweet ++ for not being a dick ๐Ÿ˜
  • 1
    I don’t get it either. I don’t understand it.Your question, that is.
Add Comment