Bernard Dy

915
Reputation
267 views

Registered User

Name Bernard Dy
Member for 1 year
Seen 6 mins ago
Website
Location US
Age 42
Corporate slave, doing a mix of all things IT, from maintaining and enhancing legacy systems to participating in business analysis, problem resolution, and international implementations.
Dec
3
comment Why separate maintenance work from development work?
I think this probably happens a lot in a lot of shops. But what people don't talk about is how crappy the consultant-delivered software is, and the additional irony that the consultant was paid better than the people that end up fixing the app.
Dec
3
revised What’s your favorite “programmer ignorance” pet peeve?
formatting
Dec
3
revised ORACLE- CASE requires an INTO?
clarifications
Dec
3
answered ORACLE- CASE requires an INTO?
Dec
2
revised How to reduce maintenance costs
Grammar
Dec
2
answered How to reduce maintenance costs
Dec
1
accepted How to deal with rapid project spec changes in a tight deadline scenario?
Nov
27
revised How to deal with rapid project spec changes in a tight deadline scenario?
edited tags
Nov
27
answered How to deal with rapid project spec changes in a tight deadline scenario?
Oct
30
revised PowerBuilder: Determine a data windows primary key
rewrote a point
Oct
30
answered PowerBuilder: Determine a data windows primary key
Oct
29
revised Powerbuilder beginner question
Grammar
Oct
29
accepted Maintaining traceability up-to-date as project evolves
Oct
22
accepted Going to jump into Powerbuilder. Any advice.
Oct
20
answered Maintaining traceability up-to-date as project evolves
Oct
18
revised Powerbuilder beginner question
wordsmithing
Oct
16
accepted Powerbuilder beginner question
Oct
16
answered Powerbuilder beginner question
Oct
7
comment Going to jump into Powerbuilder. Any advice.
I didn't mean that PB .Net is better than PB classic; your project can succeed with either. I meant that .Net is probably going to look better on your resume and make you accessible to more jobs than PB will; PB is a great tool, but doesn't seem to be used as often on new development. Perhaps that's not a huge concern in your situation if you've got a healthy supply of clients that don't push development choices on you (and good for you if that's the case!).
Oct
7
answered Going to jump into Powerbuilder. Any advice.
Oct
7
awarded  Tumbleweed
Sep
30
asked PowerBuilder 10.5 sample web services client application
Sep
23
awarded  Citizen Patrol
Sep
10
comment How to hand over a project systematically?
Getting the original team to stick around and document their work? I'm with you, but really, good luck with that.
Sep
4
revised Getting the spid of a Powerbuilder database Connection?
edited tags
Sep
1
comment Anti-Joel Test
@Mike Arthur: I wish, for myself and so many others dealing with corporate America, that it was that simple.
Aug
28
accepted Does IsNull() guard against references to null objects?
Aug
27
answered Opensource Project Management software
Aug
27
answered Does IsNull() guard against references to null objects?
Aug
26
answered Good / Cheap / Fast: Which two?
Aug
17
awarded  Yearling
Aug
7
comment What’s the API of PowerObject or WindowObject classes?
This seems similar to your earlier Spy ++ question. Terry made references in the selected answer there to the control arrays used by PB objects; they can give you runtime information on instantiated objects. Or are you wanting something different?
Aug
6
answered XP vs Traditional good project management
Aug
5
comment What is less annoying: no source code documentation or bad code documentation?
It's important to note that documentation, like code, is a living thing. The code and documentation may have had a harmonious relationship at one time, but like people, over time they can grow apart.
Aug
4
awarded  Necromancer
Aug
3
comment How big is BIG? (development Team)
They're like anyone else: there are good ones and bad ones. And admittedly, I think there are probably more bad ones than good ones. I've worked with plenty like the ones you describe: glorified MS Outlook jockeys. The rare good ones I've worked with did a lot though to help the devs understand the business and to stand up for the needs of the users (and the developers too).
Jul
31
comment How big is BIG? (development Team)
No business analysts? Better add a few resources for all the support you'll have later.
Jul
25
comment Develop for the customer, or for a manager?
You have time for another job besides StackOverflow? What are you, cloned?
Jul
21
comment What should be the differences between the team leader and team member in a internal development team?
"Work shy" LOL, good one. +1 for entropy too; a perfect way to describe code sloppily hacked together.
Jul
17
comment What should the penalty/response for missing a deadline be?
I agree that "when it's done" isn't always an acceptable term, but the guys that made DOOM said "It'll be done when it's done," and now most of those guys are millionaires.
Jul
11
revised How do you deal with bad programmers?
Improved some grammar, added a point
Jul
11
answered How do you deal with bad programmers?
Jul
9
comment PowerBuilder equivalent to Debug.WriteLine?
Some clarity: Typical legacy PB apps are notoriously hard to put into an automated unit test harness. A differently designed PB app would be far more amenable to such constructs.
Jul
8
answered Understanding programming for non-programmers?
Jul
8
answered What is the point of a “Build Server”?
Jul
8
comment IT evaluating quality of coding - how do we know what’s good?
Things like application partitioning, caliber of exception handling, and general design. Those are things you can't always tell just from selected pieces of legible script. Note that I'm not disagreeing with you, just adding some context.
Jul
8
comment IT evaluating quality of coding - how do we know what’s good?
Good advice overall, but I'd be careful about assuming that just because code is readable that it's great. There are many things beyond code legibility that affect its maintenance factor, although I'd agree that code you can understand is a heck of a lot better than code you can't.
Jul
8
answered IT evaluating quality of coding - how do we know what’s good?
Jul
8
awarded  Organizer
Jul
8
revised Closing currently opened window while change in another window in power builder
edited tags