6

CodingRoom room = new CodingRoom();

room.lights = true;

// or

room.lights = false;

// how do you like it?

Comments
  • 3
    Depends if I started when their was still daylight if it was light out when I started I will have no lights if it was dark out I'll turn room lights on.
  • 1
    @grolofson turning the lights off doesn't work for my eyes unless I'm using dark mode. Working with a white screen messes with my eyes when the lights are off.
  • 0
    Well my editor is black and so is my terminal so we all good.
  • 1
    ✌🏽
  • 2
    Bool isCoding = new Bool;
    ...
    If (isCoding == true)
    {
    room.lights = true
    }
  • 0
  • 1
    @Player2 isCoding == true? Really? >.<
  • 2
    @Baxos hey. I'm sorry. I'm bloody tired and I haven't coded in days. I tried my best:)
  • 0
    @Player2 happens to everyone heh
  • 0
    What? /\
  • 2
    Lights out, dim floor lamps on, headphones on, dark terminal...... Aaaand it's 2 am. #uck, I have an early 9am meeting tomorrow!
  • 0
    Lights out, illuminated keyboard, blinds closed. Everyone gives me trouble for working in the dark but the florescent lights give me migraines.
Add Comment