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
-
C0D4681385yI don't know what's worse, a useless switch statement, or the psychedelic trance that colour theme would put me into long term.
-
@Sumafu
https://community.idera.com/develop...
Edit:
otherwise I would literally lookup how to apply negative colors effect onto my screen lol -
Sumafu22485y@DubbaThony Yes, some of our projects are using Delphi 10.3 already, and there I‘m using the dark theme.
Related Rants
Found this in production code.
For those who doesn’t understand Delphi:
switch (some boolean) {
case false:
// some code
default:
// some code
}
rant
if else
switch_case
boolean