Click here to Skip to main content
15,896,912 members

Julia4u - Professional Profile



This account has been disabled

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralDesign Methods Pin
DanB19839-Apr-08 11:32
DanB19839-Apr-08 11:32 
Hey

Posting here because there tends to be a fair bit of hostility for posting questions in the wrong forum.

Design is really really difficult as there are so many things to think about and I dont know how new you are to software development and dont want to sound patronising as I am relatively new.

It depends what sort of design you are looking at but I would suggest by doing a general overview of the system which will outline its basic functionality. From this you can see what classes will be needed (it might help to write out a problem statement and make classes out of nouns) and how they will interact (your modules) i.e. what methods they will expose in their interface. Then design the lower level funtionality such as how each method will work.

This will only really work for informal purposes and not as a design document for work but I hope it helps.

You may also want to look at Design Patterns depending on how experienced you are at implementing designs as they can give a good indication on how to solve many problems. There are plenty of books available if you search amazon. Just find one that fits your learning style.

Hope that has been of some use.

Dan

At university studying Software Engineering - if i say this line to girls i find they won't talk to me

Dan

GeneralRe: Design Methods Pin
Chris Maunder9-Apr-08 15:29
cofounderChris Maunder9-Apr-08 15:29 
GeneralRe: Design Methods Pin
#realJSOP18-Apr-08 8:00
professional#realJSOP18-Apr-08 8:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.