GSoC/GCI Archive
Google Code-in 2010 GNOME

Banshee: refactor code to use 'var' keyword

completed by: Spencer

mentors: Alex Launi

  • Search the Banshee code base for uses of long generics, and linq queries where the return type is clear, and replace the declaration with the var keyword.
  • Teaches how to explore large code bases.
  • Teaches about code clarity, and the benefits of readable code.
  • After completion, a patch in GNOME Bugzilla should be delivered.
Benefits: Makes Banshee's code clearer, and more readable overall, allowing easier development for new, and current developers.
Requirements: Git, C#.