So, how do I start? I work at the largest and busiest court in the state. Most of the previous development has been haphazard and not well thought out and I'd like to change that. I am not an expert in OOP although I understand most of the concepts and have been reading up on classes, methods and properties. I've read several threads in the forum regarding the design process, but even those are a little advanced for what I'm looking for, I need help with the baby steps!
Do I start by writing all the processes? From the time the citation or arrest occurs through the completion of sentencing? What if the process is different based on what kind of citation was issued?
Once I get it all written down, I find the nouns and make those classes and the verbs become functions?
I appreciate any advice/direction on how to start something like this.
Thanks,
Leslie
Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual
Essential reading for database developers:
The Fundamentals of Relational Database Design
Understanding SQL Joins
Do I start by writing all the processes? From the time the citation or arrest occurs through the completion of sentencing? What if the process is different based on what kind of citation was issued?
Once I get it all written down, I find the nouns and make those classes and the verbs become functions?
I appreciate any advice/direction on how to start something like this.
Thanks,
Leslie
Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual
Essential reading for database developers:
The Fundamentals of Relational Database Design
Understanding SQL Joins