Should I learn Openedge as a C# programmer
Asked Answered
A

8

6

We have an Progress OpenEdge (http://en.wikipedia.org/wiki/Progress_4GL) develop team in the company I work for. I'm the only c# developer there and really like it. So now the manager asks me to learn programming in OpenEdge. He doesn't want me to become a good OpenEdge programmer but he wants the team members to understand both worlds. He hopes the team will benefit from this. I'm not unwilling to learn but I want to become a better developer and there are so many more aspects of .Net I like to discover. So are there there any good point about Progress OpenEdge I would profit from or should I stay away from it.

Anticline answered 26/2, 2009 at 13:3 Comment(0)
L
10
  1. OpenEdge is a powerful framework for building CRUD applications; but it is a niche skill with no SAP-like salary premium for possessing it; conversely decent OpenEdge developers are hard to get hold of for bog standard rates - it would not be unknown for a manager to recruit an OpenEdge developer by the backdoor.

  2. The core ABL (OpenEdge language) is different enough a language from the mainstream to be interesting for an inquisitive programmer and for your bosses arguments for everyone to understand where the others are coming from to make sense.

So, bearing those points in mind:

It's worth learning the basics to enrich your understanding of your core competencies, along the lines of "What should they of England know, who only England know?". You may also find the ease of data access eye-opening.

It is not worth spending too much time distracted from developing your expertise in a framework which is infinitely more widely used.

Lessen answered 27/2, 2009 at 16:26 Comment(0)
T
6

If your manager wants you to learn OpenEdge, then he has a reason for it. One reason could be that you will be taking on some of the development, perhaps providing cover when others are off. The other reason could be, as he says, that he want the team to understand both worlds.

What you need to find out is if the Progress people are going to be looking at .NET as well. If not, you know which of these reasons he has in mind.

Thorfinn answered 26/2, 2009 at 13:7 Comment(0)
A
3

It is never a bad idea to learn new (and different!) languages. It keeps the mind working and teaches you concepts that might not be available in your language. Learning OpenEdge will have no adverse effects on your C# knowledge and you can likely learn them in tandem. I personally am currently reading up on C#, Python, PHP, Ruby and Groovy all while doing most of my work in Java, I simply want to know everything. (Not to mention reading about multiple frameworks for said languages).

In short, you will always profit from learning a new language as it will give you a different perspective than the one you are used to.

Araminta answered 26/2, 2009 at 14:18 Comment(0)
L
3

What version of OpenEdge are you using? I might be biased but I would say that yes it is worth it. There are people looking for OpenEdge developers and with Progress recently releasing a product we call "OpenEdge GUI for .Net" that allows you build .Net frontends with .Net controls using only OpenEdge ABL code, there will be more and more shops that will be looking for people that have an understanding of the OO .Net world but also understand ABL.

One of the other good things about the ABL is that it is Extremely backwards compatible (no VB6 nightmares when we upgrade versions) (although some may say this backwards compatibility is a fault).

The ABL now is mixing its tradition Procedule manner with OO concepts so you can use one or the other or both theories depending on what makes sense.

The main thing I imagine you will be learning is the data access components and yes, that won't help you out in the .Net world, but I think you will find it easier to learn then other data access and so, will be an asset to have.

Lastly, if you have a good grounding in .Net as it seems you have, you will be a great asset to your employer (and be another box to tick on future job applications) in helping their OpenEdge devlopers understand the .Net ideas. I don't think progress will ever make ABL compile to CLR code (excuse me if I have terminology wrong. Is it meant to be bit code? You know the code that runs in a .Net VM) but they do know that .Net is winning the Desktop battle and they are borrowing a few concepts (.Net GUI and Datasets for one). I would hope (bias again) that you would look at some of the OE data access and say, I wish .Net had an easy way to do that!

Lorenza answered 26/2, 2009 at 23:35 Comment(1)
I have to say that I can't stand the direction Progress are taking with the whole OpenEdge GUI framework, they need to concentrate on better RDBMS support for the sake of continued life. I'm still waiting for an ADO.NET driver and started developing my own.Sherrard
H
3

It is a niche but niches can be very worthwhile. It can also be like being stuck in mud. Which it turns out to be depends on lots of factors but as others have said it is always good to learn new stuff.

Hypanthium answered 16/6, 2009 at 15:49 Comment(0)
G
3

I make 75 euro's an hour with my 12 years of Progress / Webspeed / Sonic experience.

Globose answered 24/6, 2009 at 10:45 Comment(1)
I am curious - what is the syntax like? Is it ANSI-SQL?Kleist
I
2

OpenEdge seems is mostly used by software developers for building products. End users typically only interact with the rdbms end of an application. Learning any new language is a good thing IMHO, and the more different it is to what you are used to the better - we learn better when our assumptions and habits are challenged and extended. OE as a rdbms is pretty much "set and forget" needing very little in the way of maintenance. Suggest you go to the Progress forums online and look for the DBA Admin guide, work through that, then read the Embedded SQL because that will probably make more sense to you in short space of time. And after all of that is digested just go ahead and write something. Nothing beats putting rubber to the road and building something usable. Ask the other dev's for a support problem, or a sinple form to get built, and just do it.

Incisive answered 25/5, 2011 at 7:26 Comment(0)
I
0

If your code interacts with an OpenEdge program, then it behooves you to learn something about the environment so you can interact with it better.

Irita answered 13/3, 2012 at 5:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.