Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
13answers
941 views

Have Arrays in .NET lost their significance?

For every situation that warrants the use of an array ... there is an awesome collection with benefits. Is there any specific use case for Arrays any more in .NET?
27
votes
9answers
2k views

Practice project recommendations for an intermediate level programmer

I am beginning my first job as a junior software developer at the end of this month. I am about to start my second year of college (part time) and have been only self taught thus far. I find that my ...
21
votes
23answers
5k views

Recommended projects for beginning programmers?

Just wondering what projects you would recommend to a beginning programmer who already understands the basics of programming, but has little experience actually creating large or practical projects. ...
19
votes
8answers
2k views

Are there any kata for practice VIM? [closed]

I've used VIM for many years as my primary text editor. And I am still learning how to use VIM for various editing tasks. The problem is that even if I learn something and use it once a week I forgot ...
15
votes
2answers
1k views

Is mutation testing useful in practice?

It exists the technology of mutation testing. It checks, if the tests are running even if you change the code. If not all is OK, if the tests are running they don't cover all eventualities. There is ...
14
votes
18answers
2k views

As a budding programmer, what did you do everyday to get better?

Here's the situation: I want to master Java and I'm thinking what do I need to do everyday to increase my chances of standing out and being hired if let's say I came from another field? If I have 1-2 ...
13
votes
10answers
6k views

C++ Practice Problems

I am learning C++ currently and am probably at the intermediate level. I am running out of ideas for what to do with my current programming skill. And, as the title puts it I need some practice ...
11
votes
5answers
261 views

Correct way return a string from a function

I have a function that is given two integers and returns a string. Right now I have this: char* myfunc( int a, int b, int* len ) { int retLen = ... char* ret = malloc( retLen + 1 ); if ( ...
11
votes
4answers
1k views

Any practical coding dojo/kata ideas?

I've been asked to run a workshop and coding dojo soon for people to try out Scala and try to build something with it. The attendees are all going to be new to Scala, and could come from any of a ...
10
votes
10answers
675 views

What are the most important optimizing performance best practices in C#

When I was reading this tutorial I noticed the following performance tip about using structs in C#: Unless you need reference type semantics, a class that is smaller than 16 bytes may be more ...
10
votes
6answers
4k views

Any great books of algorithm puzzles to practice whiteboard coding with? [closed]

I'm looking to get some practice coding solutions to algorithm puzzles on a whiteboard. A friend is going to read puzzles to me (as if he were interviewing me), and I'll solve them on a whiteboard. ...
9
votes
5answers
616 views

Best practices for opening a new window with WPF MVVM pattern

I've been wondering about this for a while... What's the best practice for opening a new window (view & viewmodel) from another viewmodel IF we keep in mind that the viewmodel which opens the new ...
9
votes
5answers
718 views

What's a Good First Open Source Project?

I'm currently studying computer science and looking for a good way to practice and hone my programming skills. Contributing to an open source project seems like a natural way to do this to me. I ...
8
votes
3answers
219 views

Why do big sites use 'bad practices'? [closed]

I often see articles, posts and comments something like: globals are bad in javascript script tags should be at bottom of page CSS should be in external files and at the top of page scripts should ...
8
votes
3answers
796 views

Is it bad practice to write inline event handlers

Is it bad practice to write inline event handlers ? For me, I prefer use it when I want to use a local variable in the event handler like the following: I prefer this: // This is just a sample ...
8
votes
7answers
644 views

Learning new programming language, useful projects?

So I have to learn python for an upcoming project at work. I know plenty of languages so I'm not too worried, but the project hasn't started yet so I can't learn python as I work on the project. ...
8
votes
4answers
217 views

Starting a personal reuasable code repository

I've been meaning to start a library of reusable code snippets for a while and never seem to get round to it. At the moment I just tend to have some transient classes/files that I drag out of old ...
8
votes
7answers
1k views

OOD / OOP Etudes / Code exercises

I've been searching the web for some time now. I am looking for small sample exercises for OOD practice (& for some internal TDD workshops). If there is one single place, where this need is being ...
7
votes
4answers
155 views

Are identical primary keys bad practice?

I am trying to create a site where users can register and create a profile, therefore I am using two MySQL tables within a database e.g. users and user_profile. The users table has an auto increment ...
7
votes
5answers
196 views

C++ Exceptions; int or std::exception?

I am writing some library functions that needs to do some error reporting. I want to use exceptions rather than return values. I wrote my functions that throws int exceptions. Eg: ...
7
votes
2answers
105 views

Screencasts on writing testable JavaScript code

Are there any screencasts that would dive deeply in writing testable JavaScript code? Also explaining practices, tools, etc. Preferably something well polished and presented as PeepCode's ones. ...
7
votes
3answers
257 views

How would you go about tackling this problem? [SOLVED in C++]

Intro: EDIT: See solution at the bottom of this question (c++) I have a programming contest coming up in a bit, and I've been prepping :) I'm practicing using these questions: ...
7
votes
6answers
4k views

PHP Mass Email Best Practices? (PHPMailer + Gmail)

I'm thinking about how to handle sending large amounts of email from my web applications, and whether there are any best practices for doing so. StackOverflow is already labeling this as 'subjective', ...
7
votes
13answers
3k views

How can I exchange the first and last characters of a string in Java?

I am practicing over the summer to try and get better and I am a little stuck on the following: http://www.javabat.com/prob/p123384 Given a string, return a new string where the first and last ...
7
votes
5answers
1k views

LINQ practice exercises or puzzles? [closed]

I'm still trying to learn LINQ, though it's going more smoothly now that I've started to use it daily at work. I still don't feel good at it, though. Does anyone have any challenging practice ...
6
votes
4answers
143 views

How to make Python warn about bad practice and likely mistakes?

Perl has the strict and warnings pragmas and a couple of CPAN modules for encouraging good style and reducing errors. Is there a Python counterpart that can help me avoid such problems and bad ...
6
votes
14answers
800 views

What project would you recommend me to get up to speed with C++

I know that C++ is a very complex language that takes many years of practice to master. Taking that into account do you know of a small project (around a 1k of loc) that tests all of C++ major ...
5
votes
1answer
362 views

Exercises for Regular Expressions?

Apart from what is available in the books about Regular Expressions, are there any web sites / blogs series / etc. with a bunch of exercises that are somehow more "real world" that the ones in most of ...
5
votes
6answers
324 views

Programming practice

I've decided to get some experience working on some project this summer. Due to local demand on market I would prefer to learn Java (Standard and Enterprise Editions). But I can't even to conjecture ...
5
votes
6answers
807 views

Practicing regex

I'd like to learn regex better so that it becomes a more natural option for me. Often problems that could be solved easily by regex I don't even consider using it. Can someone direct me to a resource ...
4
votes
3answers
68 views

Best practice of handling many single functions

I have many small functions which every is doing a single thing like for example: pingServer, checkUserValidAccount, countDistance. It is not worth of wraping every function into single class. What ...
4
votes
4answers
136 views

When to use a thread / service in Android?

When should a thread or a service be used? Should they be used for authentication? For instance, in my app I was considering using a thread or service (I am authenticating via Active Directory.) Do ...
4
votes
5answers
174 views

Should I throw a NullPointerException explicitly or let Java do it for me?

As the title says, I am wondering what the best practice is regarding the throwing of NullPointerExceptions. Specifically, if I have an external library function that can return null in circumstances ...
4
votes
3answers
82 views

Best practice in dependency injection

This is a question about how best to do DI, so it's not tied to any particular DI/IoC framework because, well, framework should be chosen based on pattern and practice rather than the other way ...
4
votes
3answers
165 views

MySQLdb Best Practices

I'm currently developing a Python script that does a few things with some data pulled from a MySQL database. To access this data, I'm using the module MySQLdb. This module follows the guidelines laid ...
4
votes
3answers
181 views

Database Deployment Practices

I have deployed plenty of software to my clients. Mostly are Window Forms applications. Here is my current practice. Manually install SQLExpress and SQL Management Studio to each client PC. ...
4
votes
4answers
285 views

Are using modules in VB.NET considered bad practice?

During the design of a new application I was wondering if using a module with properties is considered to be a bad practice. Some example code: Module modSettings public property Setting1 as ...
4
votes
6answers
237 views

Code Everyone Should Write [closed]

Put simply, what are some good practice applications that anyone who considers him/herself a programmer should write.
3
votes
1answer
149 views

Shiro authentication with sessionId or username+password

I do not have much experience in Java authentication frameworks and authentication workflow in general (only some theoretical knowledge), so for educational purposes I'm trying to create this type of ...
3
votes
6answers
136 views

Can someone tell me why my fraction always calculates as zero?

Can someone tell me why the variable percent = 0? It should be 33.3333 right? (2/6) because when I run the function below, the result are Total lines = 6 Odd lines = 2 Percent odd lines = 0 ...
3
votes
7answers
159 views

reference or return - best practice

For example we have encoding function. What is the best practice to use: void Crypto::encoding(string &input, string &output) { //encoding string output = encoded_string; } or ...
3
votes
0answers
97 views

What are some intermediate level projects to try? [closed]

What are some intermediate level projects that include the use of Templates, Inheritance, STL should one try to learn their real use? I've read about them in the books but it just don't seem very ...
3
votes
4answers
125 views

C# to VB.NET Practice [closed]

Possible Duplicate: Searching systematic, comprehensive and complete comparison between the syntax of VB.NET and C# Might be a bit of a long shot, but I'm looking to get my VB.NET chops up ...
3
votes
2answers
228 views

Are there any good design practices or standards for JavaScript development?

When developing with object-oriented languages like Java or C#, it's not uncommon for developers to use design tools like UML to make class diagrams, create interfaces, define major components and ...
3
votes
2answers
245 views

is it bad practice to use href='javascript:func()' than onclick='func()' for anchors? [closed]

Possible Duplicates: Href for Javascript links: “#” or “javascript:void(0)”? Why is it bad practice to use links with the javascript: “protocol”? As ...
3
votes
2answers
594 views

How do You structure an iPhone XCode project?

What are good ways of building groups/folders? I've tried by feature (UI for a feature plus model etc) with a common group. I've also tried by UI, model, etc. The former keeps like things together ...
3
votes
6answers
102 views

Starting projects and language selection

I know everyone usually chooses languages they are familiar with. I would honestly like to know when starting an open source project; which language would you select to begin development and why? ...
3
votes
4answers
222 views

For any projects using functional programming?

I have a free time and would like to do functional programming and learn some functional programming language. But as we know the best theory it is practice. In this regard, I would like to know in ...
3
votes
6answers
170 views

Is there any site/resource/book to practice and solve OO-design related problems?

Looking for some reference material where i can get some OO designing problems and solution to practice and improve designing skills. Thanks for your interest. EDIT: I have read: - Refactoring by ...
3
votes
5answers
1k views

Is there any PHP Object Oriented Programming in Practice Tutorial?

I've learning PHP for a while, and also have read some OOP tutorials. I tried to start my own website using OOP PHP but I got quite lost. I am not sure what to do in real project. I think maybe I need ...

1 2 3 4