Re: Is there a better way to do this?
- From: "Bjorn Abelli" <bjorn_abelli@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 23:08:13 +0200
"JT" <jtlinux1@xxxxxxxx> wrote...
On Mon, 30 Jul 2007 13:48:29 -0400, Oliver Wong wrote:
For some problems, OO is the best tool for the job. For this problem,
I don't think OO is the best tool for the job. The problem specification
reads like a recipe, listing each step to be performed, and the order in
which to perform those steps. It is extremely natural to translate the
problem description almost directly into a procedural (i.e. non-OO)
program.
- Oliver
So what is the point of using Java if you aren't going
to employ OO techniques?
Simply because it can be done? ;-)
Many programming classes, "focusing" on different languages, are overlapping
in terms of fundamental algorithmic thinking.
This type of excercise is useful regardless of which programming language
that is taught.
What many classes (teachers) usually miss, is to point out the differences
between different solutions; how different languages and programming
paradigms connect to each other, and the consequences of that.
/// Bjorn A
.
- References:
- Is there a better way to do this?
- From: John
- Re: Is there a better way to do this?
- From: Oliver Wong
- Re: Is there a better way to do this?
- From: JT
- Is there a better way to do this?
- Prev by Date: Re: Is there a better way to do this?
- Next by Date: Swing
- Previous by thread: Re: Is there a better way to do this?
- Next by thread: Linux printing from Eclipse
- Index(es):
Relevant Pages
|