8
Cyanide
3y

One of the things I like about Web Development is its WYSIWYG-ness.

Another thing that I love-hate about it is how 80% (more or less) of the time you don’t see anything happening on screen and then suddenly it all comes together. (This goes mainly for Frontend stuff.)

Aah! The joys and sorrows of Web Development.

Comments
  • 1
    I am bigoted against people who use WYSIWIGs.
  • 1
    @HiFiWiFiSciFi What do you mean?

    Web dev = WYSIWYG
  • 1
    @Cyanide Don't tell that to my 20 year resume.
  • 0
  • 1
    When you say WYSIWYG are you really referring to a graphical tool where you drag and drop elements like in many CMS or are you referring to the ease of seeing the result?

    Because its only the first that is WYSIWYG.
  • 3
    Wix is not web development thanks
  • 2
    Either you don't know what WYSIWYG means or you don't know web development.
  • 1
    @Voxera @jak645 @theabbie

    WYSIWYG: What You See Is What You Get

    Isn’t that the fucking frontend dev?

    I am using the term WYSIWYG as a concept not a tool, ffs.
  • 2
    @Cyanide It should be What You Type is What You Get, which is true for every programming language, WYSIWYG is used in drag and drop editors, I get what you're trying to say, but WYSIWYG is not the correct term.
  • 1
    @theabbie But WYTIWYG is not a popular term, if a used term at all.
  • 1
    @Cyanide the concept was born in word processors and indicate that you write directly with the fonts and or colors as they will bee and not using markup.

    So if you see the html while writing its not wysiwyg.

    In a wysiwyg editor you do not see any markup language or similar.

    There where a time when Microsoft tried it in visual studio but they removed it since no serious developer used it as it proved to be useless for most parts. You just need more control.

    And modern frontend with react/vue/angular and similar is very far from the wysiwyg concept :)
  • 2
    @Voxera I get your point. That’s why I specifically used the term “WYSIWYG-ness”.

    I was just addressing web dev’s cross-platform-ness and how with proper css, it kindof is “What You See (Here) Is What You (Will) Get (There^)”.

    ^: Other paltforms/browsers/screens
Add Comment