0
votes
2answers
45 views
Practical and useful coding tricks that help web developers save time?
I'm a php web programmer. I want to know if there are common web problems that web programmers face for which there are unorthodox and effective solutions.
As an example, I'm mak …
0
votes
1answer
22 views
to start coding in C#.NET for eToken
Newbie request for advise.
I have a task to develoop C# (VB.NET) service class (library)
for storing/extractin user's passwords in/from Aladdin eToken devices.
Advise me any:
…
2
votes
4answers
99 views
Software development on Mac
I was just wondering if from a linux software development perspective & software development perspective in general, if a Macbook is worth it.
I know that the Look and feel is …
3
votes
10answers
191 views
Tips for developing in several languages at once
Does anybody have any tips for utilizing multiple languages at the same time? I use objective-c, c, perl, ruby, bash, ksh, rails, and other proprietary languages every day and am …
-1
votes
0answers
52 views
What do you know about your code? [closed]
This is very open ended question. I like to know what a programmer knows about his/her code for a given project. A programmer has wealth of knowledge about the code they have wri …
14
votes
42answers
2k views
IDE or Text Editor?
Do you like to code using an IDE (like Eclipse or Visual Studio), or you prefer simply a text editor (like Vim) ?
I heard strong arguments against IDE's (specially from dynamic l …
4
votes
7answers
1k views
The VB.NET ‘With’ Statement - embrace or avoid?
At work, I'm frequently working on projects where numerous properties of certain objects have to be set during their construction or early during their lifetime. For the sake of co …
30
votes
40answers
2k views
Too “careless” in programming?
I just feel so frustrated right now as I just finished one task.
Seems like every time I program (homework or other stuff), I make stupid mistakes that take me hours and hours to …
7
votes
19answers
1k views
What’s the best way to kick ass in programming?
I've been programming since college, was a hobbyist programmer as a kid, but never got serious until I was a freshman. That was almost a decade and a half ago. One thing I've notic …
2
votes
15answers
306 views
How much code do you tend to write before you test?
I have noted over the years, that I tend to write maybe a screen full of code, then test to make sure it does what it should.
Some of the benefits of this technique are
Syntax …
2
votes
2answers
111 views
Not good starter AND even not good finisher
If any body can advice me and help me a little.
It is always difficult for me to start work on new task, but after starting work it is also difficult to finish it in estimated tim …
8
votes
10answers
328 views
How to code via mental-models, in the absence of a keyboard.
I suffer periodically from carpel tunnel (The "carps" as I shall affectionately call it). In an effort to extend my ability to do programming at least into my thirties (after whic …
0
votes
7answers
107 views
PHP Line Indentation
Hi,
I'm curious to know, how many spaces of indentation do you prefer in PHP code?
function one()
{
$one;
function space()
{
$space;
}
}
function two()
{
$two;
functio …
2
votes
3answers
106 views
Could use some help with this soundex coding.
The US census bureau uses a special encoding called “soundex” to locate information about a person. The soundex is an encoding of surnames (last names) based on the way a surname s …
1
vote
0answers
59 views
What are the most useful code snippets in eclipse or Idea? [closed]
Please put your most favorite code snippet.
Thanks.
