Search Results

2
votes
12answers
312 views

Would you develop in VB and then convert your code to C# just to have your entire team use one language?

I'm not considering this - I'm comfortable with C# and VB, but an expert in neither. But, some on my team have expressed an intention to do this since we're moving toward C# as a standard. …
5
votes

What is the strangest programming language you have used?

RDML/RDMLX is by far the weirdest I've ever used. Conditional statements must be wrapped in single quotes IF they contain certain types of content. This means that literals in conditional statement …
0
votes

Did you ever switch from one programming language to another?

BASIC C x86 Assembler C++ VB (6 and earlier) PHP RDML/RDMLX C# VB.Net Oh, and I read RPG (don't know the finer points of writing it, but I can figure out what it does). …
1
vote

What is the most interesting design pattern you’ve ever met ?

For the last year I've been doing maintenance on a windows application written in LANSA where the focus is managed by having all controls set to tabStop = false except for two hidden buttons (PrevF …