+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Best Practices: Cross-Platform Documentation

  1. #11
    Guest.Visitor Guest

    Default Best Practices: Cross-Platform Documentation

    Talk about dinosaur. What's the first thing that pops into my head when I read binder? Three rings and lots of paper Ha! Too funny. I should have known better what you meant. Sorry about that. Tom

  2. #12
    Guest.Visitor Guest

    Default Best Practices: Cross-Platform Documentation

    In fact, with Mediawiki Wiki software you can store any kind of document or data in the wiki and keep multiple versions. I did a session at Anaheim on installing & using a wiki for maintaining documentation for multiple platforms, including As400. The people from Zend had a demonstration project up of running Mediawiki on as400 - I'm not sure if it was running on mysql, or if the code had been modified to use db2/400..

  3. #13
    jacobus Guest

    Default Best Practices: Cross-Platform Documentation

    The reason is that code in Java is much more split up in little pieces (it should anyway), it's more granular. So when documenting each method and class the javadoc can produce nice docs which have also a clear context (a class, a method, etc). But in RPG, programs are much more monolithic. So this only works when the program is devided in little procedures/subroutines (preferably only procedures of course) which are nicely focused (do just one thing) and have clear names. The source needs to be "self-documenting" before an RPG doc utility would have any use (after all it's just a simple tool). Comments for procedures/subroutines etc can be filtered out of course and placed in a document but there is much less context as in a java program. gr. jacobus

  4. #14

    Default Best Practices: Cross-Platform Documentation

    ** This thread discusses the Content article: Best Practices: Cross-Platform Documentation **
    0---0

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Best Practices for System i Optimization
    By luc.pittoors@abvv.be in forum Performance Monitoring & Tuning
    Replies: 1
    Last Post: 11-11-2008, 04:37 PM
  2. Best Practices for Building the IT Infrastructure
    By MCWebsite.Staff in forum Commentary
    Replies: 1
    Last Post: 10-09-2006, 07:40 AM
  3. Replies: 0
    Last Post: 04-30-2006, 08:39 PM
  4. Top 10 Bad Programming Practices in RPG IV
    By Guest.Visitor in forum RPG
    Replies: 30
    Last Post: 02-11-2005, 09:37 AM
  5. Determine best programming practices
    By TBarstow in forum General
    Replies: 2
    Last Post: 11-02-2004, 06:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts