Off Topic > Off Topic

psa if you code with the dark theme on your editor then you dont deserve food

Pages: << < (14/20) > >>

Juncoph:

dark theme allows more flexibility for colorcoded code

Katadeus:

I'm too lazy to change my editors' themes so I just do whatever
dark themes are nice and better for you but it really doesn't make much of a difference for me 90% of time

Foxscotch:


--- Quote from: carolcat on January 24, 2018, 10:34:28 PM ---
you aren't a true computing major until you use dark themes. be the top dog in the programming lab.

--- End quote ---
eyebleed........................... try some base16. a different font too pls, serif sucks


(base16-default-dark and consolas in sublime)

also, fyi
first defining a variable in a block and then accessing it outside of that block is a strange, often error-prone move. wouldn't suggest it
and you don't really need to comment explain things that are obvious, like that first comment. the variable name and prompt string are more than enough to understand its purpose

also python 3 string formatting is good
you could actually make it even nicer as of 3.6......
print(f"ERROR: {file_name} not found.")

Bloo Kirby the 2nd:

I don't even use a monitor while coding i just remember everything i wrote in my head

Goth77:

forget i just use the notepad++ default theme

Pages: << < (14/20) > >>

Go to full version