Hey y'all! Sloan, DEV Moderator and mascot. I'm back with another question submitted by a DEV community member. π¦₯
For those unfamiliar with the series, this is another installment of Sloan's Inbox. You all send in your questions, I ask them on your behalf anonymously, and the community leaves comments to offer advice. Whether it's career development, office politics, industry trends, or improving technical skills, we cover all sorts of topics here. If you want to send in a question or talking point to be shared anonymously via Sloan, that'd be great; just scroll down to the bottom of the post for details on how.
Let's see what's up this week...
Today's question is:
Would you trust a developer who uses light mode? Yes, this is purposefully a cheeky question π, but my real point is are there any surface-level quirks that you might judge a dev on (even if you're aware that it's a bit petty)?
Share your thoughts and let's help a fellow DEV member out! Remember to keep kind and stay classy. π
Want to submit a question for discussion or ask for advice?Β Visit Sloan's Inbox! You can choose to remain anonymous.
Top comments (44)
I don't trust dark theme users - bugs hide in the dark π
But the light attract the bugs in the first place π
Haha, that was too good!
Damnnnnnnn :DD
Good one π
THIS WEBSITE USES DARK THEME , omg talk about hypocritical.
As a user who switches back and forth between the modes for accessibility concerns, the number of tools that don't accommodate both appearance is far too high. And some don't do a great job either way β I'm looking at you, Redux DevTools, with your default color scheme that provides worse contrast ratios than a 1997 LCD laptop display.
One of the quirks that does catch me is leaving a large number of breakpoints in your browser. It's something small, but it slows down troubleshooting if you leave them active β both because you might end up clicking through them and because code runs slower when it has breakpoints active β and it clutters the breakpoint list and obscures what is actually being tested even when they are disabled. It's minor, but it's something I notice.
This bugs me - the fact there's no way to clear all breakpoints in Chrome. You can turn breakpoints on and off individually or globally, but you can't hit a button to clear them all and start over.
There isn't a button, but you can right-click one of the breakpoints in the list and choose to Disable all, Remove other, or Remove all breakpoints. I believe this only works for line-of-code breakpoints, not the other types.
This isn't the case in my Chrome:
Sorry, I should have been more clear. It's in the sidebar, not directly in the Source.
I just use bootstrap 5.3 , css and js , and use a bg-dark theme for each element.
Then you could make a button out of that selector if you choose too.
-- Don't let a browser slow you down, from developing on the browser. --
I would say that there's always time for light mode users to come to the light side -- the light side being dark mode, of course.
facts
Hell no, same way I can't trust people who watch dubbed anime. Just weird behaviour.
Lol, comment of the day right here!
Always feels like I'm watching an abomination π. It turns the anime into basic cartoons which is so annoying. It's sub or nothing π―
Donβt trust anyone. Theyβre all posers β either dark or light... Nobody should see your mode. This is the way.
facts
No.
Iβm 62. I use light mode.
Deal with it.
follow earned.
You should. It makes perfect sense to use light mode since most of the websites and apps still don't have native dark mode support and light-to-dark-mode browser extensions aren't perfect.
The change between a dark page and a light page is very jarring... from what I hear. I'm not a light mode user (or am I?)
Funny enough, we had this discussion jokingly a couple of weeks ago because all devs in our team work with dark mode and I converted everyone to the dark reader browser plugin which does a pretty good job on most websites :)
What bugs me as a behavior:
For a IDE in html , you can jsut add bootstrap CSS and JS at the top , and set a background theme to dark on the html class.
Try it and see how it works for you - getbootstrap.com/docs/5.3/customiz...
Some comments may only be visible to logged-in visitors. Sign in to view all comments.