0
votes
0answers
19 views

Switch case in C [migrated]

Can someone help with the below #include <stdio.h> main () { char receive_buff [] ={0x01,0x00,0x01,0x01,0x00,0x00}; switch( receive_buff[0] ) { case 0x00: ...
-1
votes
0answers
42 views

Webforms or MVC for a beginner? [closed]

Possible Duplicate: When to favor webforms over MVC I have recently started learning web designing and web programming. I have completed few tutorials on HTML, CSS and Javascript and now I ...
0
votes
1answer
50 views

Interactive training site for Javascript complete with code challenges [closed]

A few months ago I discovered a cool site called Rails for Zombies. This is a great site that allows us to write code and see the results. It takes us through the paces to get us up to speed with ...
-4
votes
0answers
46 views

How to find a company for practice [closed]

Possible Duplicate: Finding Internship Opportunities As part of my uni course I have to have practical work in a company (360h), for what I'm not getting paid. I have decided to do it in a ...
-3
votes
1answer
44 views

Is it useful to analyse several implementations of one program? [closed]

Imagine you had 20+ different implementations of the "Tetris" game, each done by a different developer. All of them share the same user and library interface, are written in the same language, but the ...
2
votes
4answers
171 views

Is there a personalizable programming language you can use to convert to others?

Is there a "language" in which you can set your own syntax configurations and it would convert the code to a language you choose? For instance, you would choose specific configurations like "Python's ...
-2
votes
2answers
106 views

Can two people work on a project based on an unfamiliar technology, when only one of them is learning it? [closed]

We started a new project, that is going to use Django. No one in the company is familiar with it. The project team is two people, I, who have experience with one RoR site, and a fresher with 3-4 ...
9
votes
3answers
563 views

What is the meaning of “wet code”?

Wet code is a phrase I came across recently. What exactly does it mean? Is it a good thing, or a bad thing?
-3
votes
0answers
48 views

What it takes to make a big distributed system? [closed]

I work for a company for the past 7 months, where I write a bit of code everyday in Java and somettimes Python. I want to make a Application like Splunk. It gathers log from several hosts and then ...
1
vote
5answers
95 views

Choosing the right branching strategy for releases

Starting with a new dev team on a new project and we have to define our Branching strategy for our source repository (e.g. Microsoft Team Foundation Server 2010). We've run into a sticky discussion ...
-3
votes
4answers
162 views

Is it wrong to assess yourself using grades in University? [closed]

I've never had good grades, but then again, I've always learned for myself, passing the exam was just extra. My question is how many of you assessed yourselves using grades, and when it came down to ...
6
votes
2answers
111 views

When we talk about 'a closure' do we refer to a single variable, or do we refer to all 'closed' variables?

Let's take the following (JavaScript) code that returns a function that closes over variables x and y to illustrate: function test() { var x = Math.random(); var y = Math.random(); var f = ...
0
votes
1answer
114 views

What is the reason behind the if syntax of CoffeeScript?

In most other languages the condition comes before the statement to be executed when the condition is met. However, in CoffeeScript (and maybe some other languages) the syntax is: number = -42 if ...
-5
votes
0answers
54 views

What do I need to do to get some freelance work online? [closed]

I have been developing applications over the last two years in ASP.NET MVC. Now I am about to start freelancing. Can someone provide me with some guidance as to how I can start my career as a ...
2
votes
2answers
175 views

How big companies and great developers do their work

Developing big applications and softwares requires a huge effort but my concern is what approach they use to develop such big applications there may be teams for each phase of development and they ...

15 30 50 per page
1 2 3 4 5 1066