John F. Bergin               

Bellevue, WA

(425) 242-1394

 

John.F.Bergin@Comcast.net                            Resume

 

Word Formatted Resume (Right Click and "Save Target As")

 

Cover Letter                                                    White Papers                                            Code Examples

Senior Software Engineer                                                                                                                                                                                                          

Code Examples by John F. Bergin

 

    Comments

    With 25 years experience developing and testing software backing me up, I can emphatically state that the most important construct of any software 

    language is the comment.  I have witnessed tremendous amounts of time and effort wasted due to developers failing to adequately document their 

    work with comments.  All of my code is well commented, and contains module headers with revision history, and usage statements describing how 

    the programs are to be used.

 

    //-------------------------------------------------------------------------------------

    //   Module: TriangleTest.cs

    //

    //   Description:  Draw a Triangle Primitive using a specified drawing method.

    //

    //   Usage: TriangleTest.exe  Method  [Hide] [Help]

    //

    //        Method        Drawing Method:

    //                             0    - Draw()

    //                             1    - DrawIndexed()

    //                             2    - DrawInstanced()

    // 

    //        Hide          Hide User Interface.

    //        Help          Print Usage Statement.   

    //

    //    Copyright (c) 2010 by John F. Bergin.  All Rights Reserved.

    //-------------------------------------------------------------------------------------

    //    Revision History:

    //        Mar-15-2010        Initial Version

    //        Mar-16-2010        Added DrawInstanced() Method

    //-------------------------------------------------------------------------------------

 

 

 

 

____________________________

Copyright © 2010 by John F. Bergin.

Home