| bio | website | twitter.com/maxood |
|---|---|---|
| location | Karachi, Pakistan | |
| age | 37 | |
| visits | member for | 1 year, 6 months |
| seen | May 25 at 11:01 | |
| stats | profile views | 249 |
I am into research & development on smartphones. Dedicated to develop applications on Android,Blackberry, iPhone and Windows Mobile.
Email:maqsood_rahman@hotmail.com
Twitter:http://twitter.com/maxood
|
Apr 4 |
awarded | Popular Question |
|
Mar 10 |
answered | Program to verify all words in a crossword puzzle are valid |
|
Feb 20 |
awarded | Caucus |
|
Dec 14 |
comment |
Why does the Scrum guide say no testers? @MichaelBorgwardt Very true! But what if you find your tester busy in unit testing which is primarily a developer's job? I feel the former option should only be availed when it comes to code optimizatiion and application scalability, etc. What do you say? |
|
Dec 14 |
comment |
Why does the Scrum guide say no testers? TDD would be a better approach for startup teams. I have strongly felth that when testers and developers work together in novice teams, testing becomes an issue. What do you say? |
|
Dec 11 |
comment |
What are abstract classes and abstract methods? I do agree with you partially. We can use overloaded constructors (POLYMORPHISM) for Infant, Child, Adult instead of deriving child classes(INHERITANCE). But what makes you say about Man and Woman to be represented as enumerated fields. Why? They are perfect for to be inherited classes. The example i just gave is for the novice learner. Thanks for your feedback. |
|
Dec 11 |
answered | What are abstract classes and abstract methods? |
|
Dec 11 |
answered | Is there a manageable way of keeping track of loose code? |
|
Dec 7 |
comment |
Is a functional spec a part of the System requirement spec? Thanks for the link. |
|
Dec 7 |
comment |
Is a functional spec a part of the System requirement spec? "Functional Requirements" and "Functional Specs" are two different things. An SRS covers Business, User, Functional, and Non-Functional Requirements in general. While a Functional Specs document consists of each and every minute detail about the Purpose and processes of the methods involved. |
|
Dec 7 |
comment |
What is the mathematical model of a Python's class? Great question!!! :) |
|
Dec 7 |
answered | Is a functional spec a part of the System requirement spec? |
|
Dec 7 |
comment |
Separating merged array of arithmetic and geometric series Is that a homework or assignment question? Provide us with some details what have you tried so far!!!! |
|
Dec 5 |
comment |
How can I better manage far-reaching changes in my code? Or does your phrase "As you gather more expereince" simply referring to Design Patterns? |
|
Dec 5 |
revised |
How can I better manage far-reaching changes in my code? deleted 4 characters in body |
|
Dec 5 |
comment |
How can I better manage far-reaching changes in my code? Using Design Patterns is indeed worth mentioing here! Thanks for the link. |
|
Dec 5 |
comment |
How can I better manage far-reaching changes in my code? You are right to say that refactoring and architecting the code is curcially important in larger systems. But in the last paragraph, when you start saying "As you gather more expereince"....then would'nt it be worth mentioing about Business Analysis. Because a Software Engineer of who has like 10 years of expereince on architecting an ERP for the Aviation industry has to talk to a BA when being switched to desinging or architecting an ERP for the Healthcare industry. What is your opinion? |
|
Dec 5 |
answered | How can I better manage far-reaching changes in my code? |
|
Nov 27 |
comment |
Best practice to represent SQL in program source code That approach is debatable. Reading from a text file is more costly then from a table. |
|
Nov 26 |
awarded | Yearling |