Search Results

3
votes
22answers
581 views

What font size do you use in your code editor?

Not really interested in your actual point size as it depends on resolution and font, but rather if you prefer larger text that is easy to read, or small text so you can overview more lines of code …
0
votes

Do you use special comments on bug fixes in your code?

When I make bugfixes/enhancements in third party libraries/component I often make some comments. This makes it easier find and move the changes if I need to use a newer version of the library/compo …
0
votes

Is Delphi still a viable choice for development?

Learning the language is the easy part. It's the framework that is hard to master. The .NET framework and Delphi’s VCL is equaly hard to learn. But the .NET framework is more versatile, you …
0
votes

What would you write if you wanted to learn a new language?

Asteroids (but I skipped it when I learnt javascript) …
0
votes

What is the single software company that you most want to work for? Why?

Remobjects. It must be great to work at a place where really good stuff is made. Remobjects makes Oxygen/Chrome, a .NET Object Pascal + serveral other amazing products. (No I d …
3
votes

Will learning a couple of languages in parallel blow my mind?

Probably no problem. Many languages share the same philosopy (C / Pascal), others share the same syntax (C#, Java, C, C++, Javascript). Others share the same framework (C#, F#, VB.NET) I wo …
0
votes

Is mathematics necessary for programming?

For your general GUI and Web applications only basic mathematics knowledge will ever be needed. Once a lifetime you might have an odd project where you need calculus or linear algebra. …
4
votes

What real life good habits has programming given you?

I use merge sort whenever I got a big pile of stuff that needs to be sorted. …
3
votes

What rare programming tools do you use?

I often need to implement communication protocols. DockLight is a great tool for testing and debugging communication. It targets serial communi …
0
votes

What features would you like to see in the win32 Delphi Compiler?

1) At all places where the compiler expects a list of stuff, allow the last element to be followed with the list separator. This makes is easier to move stuff around. It's in C# and I really like i …
2
votes

Games to improve programming skills

C-robots. http://en.wikipedia.org/wiki/Crobots …
0
votes

Do you have any recommended add-ons/plugins for Microsoft Visual Studio?

I don't fancy the Visual Studio bookmarks so I use DPACK to get the same kind of bookmarks as the Delph IDE provides. http://www.usys …