954,084 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

is function DESCRIPTION document is different in function DESIGN document?

is function DESCRIPTION document is different in function DESIGN document?

if they are different in what way ?

thanks :)

ayagi
Junior Poster
146 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

Okay, I'll bite.

A FUNCTION is a programming construct that accomplishes something.

A DESIGN is a plan of how to accomplish something.

A DESCRIPTION is some text that explains or describes something.

Therefore, a FUNCTION DESIGN is a plan of how a programming construct will accomplish something.

A FUNCTION DESCRIPTION is some text that explains it.

So how are they different?

Usually, a design comes before construction. A description can happen any time. So, a Function Design may contain a Function Description (and usually does). A Function Description generally won't stand alone...if it does, it was usually created after the Function was already built (sometimes YEARS later :) ).

BitBlt
Master Poster
705 posts since Feb 2011
Reputation Points: 367
Solved Threads: 108
 

sorry if my question is kinda non sense..
based on the task my boss gave to me.

according to her i need to do first the functional description before the functional design.
and its kinda weird..

so i made a data flow diagram that explain the flow of the functions and explain the functions in the dfd..

i hope i made it correct..
thank you :)

in Filipino language "SALAMAT"

ayagi
Junior Poster
146 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: