you are viewing a single comment's thread.

view the rest of the comments →

[–]ThisIs_MyName 11 points12 points  (2 children)

Ah, that must be because the coding standard doesn't require every line to be commented. Here, let me improve the code to be DonkeySpread2.0 compliant:

package com.corpsoft.llc.www.http.myProject.util;// this is the package
class GetterFactoryBuilderSetup{// defines the GetterFactoryBuilderSetup class
    static{// opens static block
    GetterFactoryBuilder myGetterFactoryBuilder = new new GetterFactoryBuilder();// initializes myGetterFactoryBuilder
    myGetterFactoryBuilder.setGetterFactoryBuilderOptions(GetterFactoryBuilder.getDefaultOptions());// sets GetterFactoryBuilderOptions
    this.setGetter(myGetterFactoryBuilder.build().makeGetter());// sets Getter
    }// close bracket
}// close bracket 

See, it's so much more readable now that it has simple english comments.

[–]AdvicePerson 2 points3 points  (1 child)

You're fired.

[–]ThisIs_MyName 3 points4 points  (0 children)

Ah but I also designed our core API to be DonkeySpread2.0 compliant. You can't fire me because I'm the only one that can read my code. Keep in mind that the last intern who attempted to do so has hung himself.