Recent Changes - Search:

Foundations

Members works

Result

Communication

Outside

RSS

Updates

edit SideBar

PIM /

PIMLint

In programming a lint checks that your code follows some conventions e.g. spacing, variable names, class names, number of methods per class, etc

PIM Lint rules

pattern: condition -> PIM tool action

  • if ( page length > threshold and number of anchors < threshold ) suggest (add anchors)
  • if ( page length > threshold) suggest (split page in multiples pages)
    • how to determine the exact places of splitter?
  • if ( page has < threshold incoming links ) suggest ( link from other pages )
  • etc

The term page makes sense for wiki but it means some more abstract yet more precise than binary blob, a related piece of information.

Edit - History - Print - Recent Changes - Search
Page last modified on February 25, 2015, at 04:43 PM