Author Archive

  • Should the New Code Layout Editor Be Online?

    Should the New Code Layout Editor Be Online?(survey)

  • Regionerate As My Graduate Project

    Boy does time fly! I remember leaving my workplace and starting my degree in computer sciences as if it was a few weeks ago. Turns out that more than 2 years have passed, and I’m already in the middle of my senior year.
    Its been a strange journey. I’m guessing it was a bit different from [...]

  • ASP.NET MVC Controller Code Layout

    I’ve created a code layout for ASP.NET MVC Controllers.
    I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.
    The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count [...]