Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Zennoe
The IDE is just called "Team Developer".
And the language is SAL/SQL Windows. I don't really know the official language name tbh.
Developed by Gupta Technologies -
mt3o19147yIndia. I feel you, bro. This can't end well.
Are there any better IDEs for your technology? If so, bring it up to your boss. Offer them you buy it for yourself and if your productivity increases, they will refund your expense. -
@mt3o
India?
The problem is that there's only that one IDE for that language. So a complete rewrite of our software would be needed...
But ye... A new language would be so much better for our company and I probably will be talking to my boss about this soon -
mt3o19147yYour from India, I presume. Did I missed? If else - where is the Gupta company from?
Edit:
Ok, sorry, I checked your profile. -
@mt3o
A quick wiki search said that that company is located in California. But idk
No problem Mate :)
Related Rants
-
ReliantFever7359"my app is so awesome you don't even have to close it, it crashes itself automatically. "
-
FractalSystems5This made me laugh! ++ for the official Notepad++ exception dialog 😋 ... Source: https://plus.google.com/+n...
-
practiseSafeHex30My morning: Me: Why did you just delete the failing unit tests? Intern: I debugged it for a while and found ...
...
We are using a shitty language and a even more shitty IDE at our company for our software.
I'm quite new to this, so I don't know all sorta stuff.
Was writing an addition to a convertion from an old system to a new one.
Needed to "Map" Strings to IDs, so I used a switch case to determine the needed IDs.
Because that fuckin horseshit has no realtime errors (just at compile time...) I didn't realize that there is no such thing as strings in switch case in this language.
So I wrote this whole fuckin shit and when I compiled I got massive list of errors.
So I had to redo that shit with If, Else If... And that motherfucker just crashed on me...
HOLY SHIT...
undefined
select case
crash
ide