Magical visualisations of your source code

Heya,

I was recently at a seminar where the guy suggested using tag clouds on your source code. Its interesting: you see the words you are using most. If you are coding well your biggest words shoudl be domain concepts.

Well, heres mine:

I think mine is not in the domain :smile:

Full Size / Analysis / How to make your own here: http://eightyeightgames.com/2011/03/14/rollrover-source-analysis/

Lets see yours!

  • Luca

you would think “if” would be bigger than “else”… It mus not include two letter words.

#1 - Keep your privates private! public is the biggest word on there so that probably isnt good mojo. I think there is some leeway here given that the Unity engine prefers publics - you can mess around with them in the inspector then”

Of course in C# you don’t need to explicitly declare members as private.

That’s pretty cool. (I assume that big green ‘public’ is primarily due to Unity’s predilection for public data :slight_smile:

Yeah, pretty much, thats why it doesnt stress me out too much. would have still like to see some more domain language in there though!