Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115854yWhen 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. -
@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.
-
Voxera115854y@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 :) -
@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
Related Rants
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.
random
love-hate
web dev
css