CIMS Logo
joy ~ energy ~ holistic ~ optimistic ~ victorious ~ alive bookmark
Christian Web Solutions
Gospel Bible Music Share
Skip Navigation Links.
Recommended Programming Methods for Web Development
A Lean Approach to Software Development
Scrum is an agile software development framework. Work is structured in cycles of work called sprints, iterations of work that are typically two to four weeks in duration. During each sprint, teams pull from a prioritized list of customer requirements, called user stories, so that the features that are developed first are of the highest value to the customer. At the end of each sprint, a potentially shippable product is delivered.
SCRUM
5 Pillars of Object Orientation
  • Data Abstraction (focus on concepts by reducing and factoring out the details)
  • Encapsulation (hide data and software components behind a defined interface)
  • Inheritance (create new classes from classes that have already been defined)
  • Polymorphism (perform type-specific actions from a single instruction)
  • Modularity (improve maintainability by creating small software modules)
Bruce Eckel on the Development of a Class (Thinking in C++)
  • Let a specific problem generate a class (the need drives the solution).
  • Let the class grow and mature during the solution of other problems.
  • A major part of system design is discovering the classes you need.
  • Don't force yourself to know everything at the beginning; learn as you go.
  • Get something working so you can prove or disprove your design.
  • Keep it simple; make it clean (follow the 8/15 rule for class design).
N-Tier Approach to Software Solutions
  • User Interface (front end)
  • Business Logic (middle layer)
  • Database (back end)
Design Patterns
  • Behaviorial (examples: Observer, State, Visitor)
  • Creational (examples: Factory, Singleton, Prototype)
  • Structural (examples: Bridge, Facade, Proxy)
Truth in the Word "Love God with all your heart, soul and mind." (Mat 22:34-40 :: NASB)  
Truth in the World "Repentance may begin instantly, but reformation often requires a sphere of years." (Henry Ward Beecher)  
Home | About | Contact | Dedication | Donations | Webmaster
Copyright © 2004-2011 CIMS. All Rights Reserved.
Component Version
.NET Framework 4
NTC4 Server 9.0.0.28687
AjaxControlToolkit 4.1.50401.0