pitan.net - // Todo: Add some magic here!?

.Vad som händer när man inte gör rätt från början!

Har gått igenom lite utav min gamla testfall ifrån waaay back. Jag kan säga att min första inte var så värst bra skrivna >< inte förklarande als. Det här är vad som händer om man kodar med “blää jag orkar inte fixa det där nu fixar de sen.

[Test]
public void Do_Some_Test()
{
      var apa = new Apa("banan apan"); // Skapa en banan apa 
}

Vad gjorde jag i det här testet? Var är asserten btw?

Det får man lida för nu! Samma sak dokumentationen ><

/// <summary>
/// Fetches the specified id. 
/// </summary>
/// <param name="id">The id.</param>
/// <returns></returns>
public static EstateInformation Fetch(Guid id)
{

Jaha funktionen hämtar ett id? Vilket id var skall jag använda den här? Vad är tanken? Vad returnerar den? Kom igen! Gimme something!

Hett tipps från coachen är att redan från början se till att vara specifik. Man går aldrig tillbaka och fixar saker.


Actions: E-mail | del.icio.us | Permalink | RSS

Documentation, Wiki file?

Why isn’t there a wiki file format? I currently doing some documentation in ScewTurnWiki for a project. But the editor sucks, the whole webpage experience sucks. Every time I upload a file I need to do a refresh and I need to be online to be able to work with it.  Wikis are great for documentation but better tools are needed. Why no create a wiki file. One you can upload to a wiki or download from a wiki. Create you own little portable wiki of selected subjects.

FROM  wikipedia.org/wiki WHERE Tags  in ('”fish”, “castring”, “swedish lakes”) Select into Fish.wiki


Actions: E-mail | del.icio.us | Permalink | RSS

Great Tools, Fiddler

Well I’v been doing allot of HTTP request lately and this tool has really helped me allot.


Actions: E-mail | del.icio.us | Permalink | RSS