Exforsys

Online Training

Task Oriented Programming

This is a discussion on Task Oriented Programming within the Software Patterns forums, part of the Testing category; We have come through a long journey to understand the OOD and OOP with design patterns. In contrast we are ...


Go Back   Exforsys > Testing > Software Patterns

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-06-2004, 02:07 AM
Thusitha
Guest
 
Posts: n/a
Task Oriented Programming

We have come through a long journey to understand the OOD and OOP with
design patterns. In contrast we are coding the computer in order to do
a task. We are breaking a task into several parts and naming it as
objects where as we consider the objects are the prelimanary building
block for a solution. If we can develop a language to support task
breaking and programming; the entire processes will be very easy to
accomplish. Under this topic we have to use a task pattern like
Task<-based on <- task1<-based on <- task3 (prellimanry task)
Task<-rely on<- task2<- rely on <- task4 (dependancy task)
Task<-work on<-task1<-work on<-task2<-task3<-task4 (working rule)
Task->handles by ->task1->handles by->task2-> and so on (handling
rule)

I think the time has arrived to re-think a new way of software
programming, which may develop the next generation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-06-2004, 11:16 PM
EventHelix.com
Guest
 
Posts: n/a
Re: Task Oriented Programming

Conventional structured programming is the "Task Oriented Programming".

Object Oriented Programming moves us away from this apporach by
focusing on the tasks as interactions between objects that represent
real-world objects.

Deepa
--
http://www.EventHelix.com/EventStudio
EventStudio 2.5 - Generate sequence diagrams from plain text input

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-06-2004, 11:17 PM
EventHelix.com
Guest
 
Posts: n/a
Re: Task Oriented Programming

Conventional structured programming is the "Task Oriented Programming".

Object Oriented Programming moves us away from this apporach by
focusing on the tasks as interactions between objects that represent
real-world objects.

Deepa
--
http://www.EventHelix.com/EventStudio
EventStudio 2.5 - Generate sequence diagrams from plain text input

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-11-2004, 01:22 AM
Rich MacDonald
Guest
 
Posts: n/a
Re: Task Oriented Programming

"EventHelix.com" <eventhelix@gmail.com> wrote in
news:1102389371.079074.160380@c13g2000cwb.googlegroups.com:

> Conventional structured programming is the "Task Oriented Programming".
>
> Object Oriented Programming moves us away from this apporach by
> focusing on the tasks as interactions between objects that represent
> real-world objects.


Blech. That "real-world object" stuff is nonsense, and a Task has as much
right to be an object as anything else.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-09-2005, 12:13 PM
Shashank
Guest
 
Posts: n/a
Re: Task Oriented Programming

> > Object Oriented Programming moves us away from this apporach by
> > focusing on the tasks as interactions between objects that represent
> > real-world objects.

>
> Blech. That "real-world object" stuff is nonsense, and a Task has as much
> right to be an object as anything else.


You are correct. We must be able to represent Task as object in our model
space. And there is nothing in OO that stops you from doing that.
Objets are real world entities and includes both physical as well as
conceptual entities.

regards,
Shashank

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:32 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.