What does Jow Forums listen while programming?
this. 90% of the time I feel like listening to something would distract me. When I'm doing UI design or some other work that doesn't require actual concentration I'll listen to either JRE or Shapiro show.
Still trying to wrangle your own mind, huh? You ever have any success catching it?
Your brain ain't a zero sum game, android.
only acceptable answer
youtu.be
based
I like repetitive or (mostly) instrumental stuff
youtube.com
youtube.com
youtube.com
youtube.com
Depends on my mood really
Instead of writing
class Foo {
private
int thing
public
int getThing(){ return this.thing; }
void setThing(int newThing) { this.thing = newThing }
}
Foo foo = new Foo()
Foo.setThing(1)
They wrote
struct Foo {
int thing;
}
Foo foo = { 1 };
Com Truise is God tier programming music, also I discovered makes a great soundtrack for the first system shock