Click here to Skip to main content
15,900,110 members

Ambesha - Professional Profile



Summary

    Blog RSS
150
Author
2,215
Authority
-19
Debator
60
Editor
-5
Enquirer
21
Organiser
600
Participant
Hello !

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.


 
GeneralCan Parent class objects instatiated by child class? Pin
Ambesha27-Sep-12 19:49
Ambesha27-Sep-12 19:49 
GeneralCan Child class objects instatiated by parent class? Pin
Ambesha27-Sep-12 18:33
Ambesha27-Sep-12 18:33 
GeneralSingleton pattern Pin
Ambesha16-Aug-12 4:33
Ambesha16-Aug-12 4:33 
QuestionDesign Patterns Pin
Ambesha16-Aug-12 4:29
Ambesha16-Aug-12 4:29 
GeneralRe: Design Patterns Pin
Sergey Alexandrovich Kryukov15-Oct-12 7:04
mvaSergey Alexandrovich Kryukov15-Oct-12 7:04 
Yes and no. I personally think that the role of design patterns is highly exaggerated. But it's important that each developer knew all major patterns. I would recommend studying of all of these:
http://ambeshdevloper.blogspot.com/2012/09/can-child-class-objects-instantiated-by.html[^].

But how about using them? Some developers heavily rely on the patterns they know without critical thinking and, importantly, without clear understanding of the nature of the problem they are solving. Such developers tend to stuff their software with nearly all they know. Nothing can be a good substitute for a developer's brain. I think, it's important to go from the specific problem to the solutions, and, ultimately, to some generalized approach. Very often, especially in non-trivial problems requiring considerably non-trivial code design, a new patterns are to be created, or, even more typically, the ideas of existing code pattens are effectively used, but with some twists or in combination. This is the real art of programming, not knowing a big number of patterns by heart…

In my opinion, it's even more important to know anti-patterns and be able to identify them in real life:
http://en.wikipedia.org/wiki/Anti-pattern[^].

Thank you for interesting question and reasonable doubts.

—SA
Sergey A Kryukov

GeneralRe: Design Patterns Pin
Ambesha15-Oct-12 20:19
Ambesha15-Oct-12 20:19 

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.