DEV Community

Discussion on: UI Developers are still underestimated

Collapse
 
louislow profile image
Louis Low • Edited

UNICORN!! I'd like the fact...

We need UI Developers and we need to appreciate them, in the same way, we appreciate other developers.

Here is my other joke if HTML is a programming language I just stumbled across in your post.

<style>
  if[state="true"] > return { color: blue }
  if[state="false"] > return { display: none }
  if[state]:not([state="true"]) > return:after { color:red; content: "Invalid Boolean!" }
</style>

<if state="true">
  <return>
    Hello World!
  </return>
</if>
Enter fullscreen mode Exit fullscreen mode