Tagged Questions

0
votes
5answers
58 views

Convention result and code error C++ int foo (…)

In Linux for example when i use batch if error code is 0 thats good, but what is the convention in C++ ? when int (or bool) is equal to one we say that's true, but what must be the return of such …
6
votes
16answers
283 views

Do you feel that writing on paper helps you develop better?

I personally write out any program that is not a throwaway script on plain paper. Mostly, this is so that I have something to do during the more boring classes, but I actually feel that it has done a …
-3
votes
5answers
126 views

How to Improve Coding Skills ? [closed]

I think this is very generic question but I would like to know what are the things one should keep in mind as a developer while improving his/her's coding skills ?
0
votes
0answers
45 views

Do you code in your Telephone? [closed]

I'm not talking about coding FOR your telephone. That's a very common task, there are companies that ONLY do that. I'm talking about this: we love to code, smart phones are each day better, we may …
1
vote
17answers
503 views

If you don’t code for fun, you can’t be a good programmer? [closed]

I've read a lot of times that if you don't code in your free time, out of the office, you can't be a good programmer? Do you think this is true? In which percent? Maybe is more true for younger …
0
votes
4answers
86 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 making a simple website …
0
votes
1answer
41 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: walkthroughs, …
2
votes
4answers
109 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 very good and all …
-1
votes
0answers
57 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 written. I think that …
3
votes
10answers
198 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 finding increasingly …
2
votes
2answers
116 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 time. In start I …
9
votes
10answers
333 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 which I'll have made my …
0
votes
7answers
112 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; function spaces() { …
2
votes
3answers
111 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 sounds rather than …
1
vote
0answers
60 views

What are the most useful code snippets in eclipse or Idea? [closed]

Please put your most favorite code snippet. Thanks.

1 2 3 4 5 6 next
15 30 50 per page