Coding is an alternative way to describe programming.
-3
votes
0answers
11 views
Monitor 21“ or 23” inch for Macbook Pro 13. Not 25“ or 27” because too big
Can you recommend a good monitor (high definition, Retina, HD, I do not know what to call it) that gives me the feeling of a Retina display like the MacBook's one?
I'll use it with a MacBook Pro ...
-6
votes
0answers
36 views
How to get a label to display 2 random variables (multiplication question app) [on hold]
Relevant labels for this app:
SubmitButton
PromptLabel
NewButton
In my application here is the code I have thus far:
private void NewButton_Click(object sender, EventArgs e) {
Random rand = ...
-4
votes
1answer
71 views
Given a large number of objects. Say a million entries. What data structure must one use? Which would be the most efficient? [closed]
Also, what language would be most suitable to code this, i.e, least amount of code and maximum efficiency.
2
votes
0answers
58 views
PHP Vertical Columns from 3 SQL Tables
I work at a high needs school in which there are several classes that plan their work through Excel spread sheets grading and tracking student progress. We have come to the conclusion that this ...
0
votes
2answers
128 views
Any benefits of writing coding articles [closed]
I always wonder if there is any benefit of publishing programming/code related articles/tips either on ones own website or coding sites? I think it has a benefit that a programmer can have a record of ...
1
vote
3answers
67 views
Dijkstra function for navigation for disadvantaged
Is there a way we can write a function for Dijkstra to determine which node to enqueue and which to discard. This is for a navigation solution for people with disabilities where path to stairs may be ...
0
votes
2answers
112 views
How to work on a program from any computer that is connected to the internet? [duplicate]
I apologize if this question is a duplicate but I am having trouble phrasing my question. I am a beginner and for the last months I have been working on a Java program. Sometimes I work on the go from ...
0
votes
5answers
401 views
Should I avoid using 'break' during a coding interview? [duplicate]
I have an upcoming internship interview with Microsoft and, although I rarely use break in my own code, it does simplify things a lot of times and bring me to a solution faster when coding on the ...
1
vote
0answers
125 views
Is this synchronization required in service onCreate method?
Below is a sample code i captured from android doc
Per service instance onCreate will be called only once. Ref: here and here
The synchronization and singleton doesn't make any sense to me in this ...
3
votes
1answer
218 views
Is this caution in Android API documentation an indication of suboptimal design?
The content below is from the Android developer site:
According to the phrase it is expecting the developer to store this info in his head. Shouldn't this be simple if they kept only ...
0
votes
3answers
462 views
Eliminate duplicate code in nested IFs without creating a function [duplicate]
Let's say we have two ifs that depend on each other:
if var exists {
if var is array {
//Do stuff with var
} else {
//Resolve the problem
}
} else {
//Resolve the ...
3
votes
4answers
285 views
Improve coding quality
I have been dealing with programming for several years now (I am still a student but with a lot of internships). Mostly working with C++, Python and MATLAB, I noticed that whenever I download an SDK ...
1
vote
1answer
107 views
Reference wind directions to texture space?
I have a 2D array filled with a simple class:
class Tile
{
boolean N,E,S,W;
}
I also have a tilesheet representing all possible outcomes except all false (12 + crossroad). Now i need to ...
0
votes
0answers
45 views
Dedupe while or after write
I have a summary tool written in python that reads input files, and writes them into a summary file. I have the following stipulations:
No duplicates.
If it exists, add a count to it.
Is it ...
1
vote
2answers
392 views
I know the language but still can't code like other peers [closed]
I have moved to a new job and code base (been doing C#, .NET, Windows Forms, etc. for last four years) and I have been on this for three months until today. During these three months I caught up with ...
0
votes
2answers
95 views
Is it normal to look back on codes when coding? [duplicate]
the title says it all. I'm still a university student studying IT. Whenever I'm doing coding, I will frequently look back on codes that I've done before or looking for codes online or on reference ...
5
votes
7answers
6k views
How important is to initialize a variable
How important is it to initialize variables?
Does proper initializing avoid memory leaks or have performance advantages?
4
votes
4answers
1k views
Which methods should be put in an interface and which in abstract classes?
I have seen many frameworks and modules and their standard they follow is like this
UserInterface which have some predefined methods
AbstractUserClass which implements userInterface
Then ...
0
votes
2answers
226 views
Starting point for building an iPhone app [closed]
I have one idea that I want to make an app for iPhone, I have recently bought a mac for the same purpose. I want to make small app and build on it in later versions. I work in in a small company and ...
8
votes
6answers
2k views
how do you cope with long hours of coding? [closed]
I am just a high-school student but for a while now I have been coding for weeks (from early in the morning to late at night). I really enjoy it, however it can be really monotone. I usually listen to ...
-1
votes
4answers
474 views
Am I required to memorize coding in a work space or can I fall onto references to provide me edge to finishing my development? [duplicate]
I would like to know if I am expected to memorize coding in a workspace or am I allow to fall into references whenever I am unsure.
In a week of non-stop self learning, I feel I can understand the ...
3
votes
1answer
487 views
Arithmetic coding issue
Since a few days I am fighting my way through implementing arithmetic coding. I found a really great source of information which made me understand how it should work. Long story short, it implements ...
2
votes
3answers
286 views
Implementing a new coding standard to an existing application
Recently we have had some turnaround in the shop I work in, because of this comments in our source code were made hastily and explained very little. We have started working on the departments first ...
1
vote
4answers
487 views
What can I do to strengthen up my pen and pencil coding skills? [closed]
I want to better write code with pen and paper. Whether it'll be in pseudocode or real code, doesn't matter.
Could you kindly advise me sources for this?
3
votes
2answers
300 views
Arithmetic Coding vs. Machine Numeric Precision
When subdividing intervals for arithmetic coding, the worst case scenario is that the final interval will have size 2^(1-n), where n is the number of unique symbols you are encoding. This will reach ...
2
votes
2answers
431 views
Arithmetic Coding Questions
I have been reading up on arithmetic coding and, while I understand how it works, all the guides and instructions I've read start with something like:
Set up your intervals based upon the ...
-1
votes
2answers
418 views
Where can I learn more about JavaScript and Python? [closed]
Been teaching myself how to code over the past four months or so -- mainly in JavaScript, but just started Python -- and had a revelation today. I can write in JavaScript pretty well, but I don't ...
18
votes
3answers
2k views
How to avoid jumping to a solution when under pressure? [closed]
When under a particularly strict programming deadline (like an hour), if I panic at all, my tendency is to jump into coding without a real plan and hope I figure it out as I go along. Given enough ...
1
vote
5answers
373 views
Which is more effective in coding? Reducing line of code and execution of code? [closed]
I have this doubt many years. I am wring some code to achieve some functionality. For example I am writing 20 lines of code to achieve the functionality and my co worker writing the code for the same ...
16
votes
8answers
1k views
Python Coding standards vs. productivity
I work for a large humanitarian organisation, on a project building software that could help save lives in emergencies by speeding up the distribution of food. Many NGOs desperately need our software ...
2
votes
7answers
912 views
After how much line of code a function should be break down?
While working on existing code base, I usually come across procedures that contain Abusive use of IF and Switch statements. The procedures consist of overwhelming code, which I think require ...
0
votes
5answers
243 views
Coding guidelines for seamless merging [closed]
I am looking for coding guidelines developers should follow while writing C#/ASPX/SQL code, so that merging into other branches is smooth if not seamless.
51
votes
17answers
7k views
Working on someone else's code
I have hardly a year's experience in coding. After I started working, most of the time I would be working on someone else's code, either adding new features over the existing ones or modifying the ...
2
votes
4answers
279 views
I target short projects, but fail miserably on projects that requires persistence [closed]
I know this is kind of time-management question. I do well in short assignments, but fail miserably, when it comes to projects that require hours and hours of work to be done day after day.
I cannot ...
3
votes
5answers
620 views
Is this kind of Design by Contract useless?
I've just started informatics university and I'm attending a programming course about C(++). The programming professor prefers to connect every topic with a type of programming design that is similar ...
8
votes
14answers
2k views
How to minimize typos when you code?
I make a lot of typing mistakes when I program. I have a good keyboard writing speed but I try to write faster and in the process end up making typos.
I want to type faster, but make less errors. Can ...
10
votes
2answers
1k views
What parts of Code Complete haven't stood the test of time? [closed]
I was looking at Code Complete on the shelf, thinking, "Outside of the Mythical Man Month, this may be one of the few mass market Software Engineering books to stand the test of time." For this ...
4
votes
1answer
344 views
Website with test data files for specific algorithms/data structures?
Is there any website, like SPOJ and Project Euler, with the test data files available for specific algorithms/data structures?
I know it's a fun challenge to solve those problems on your own, but I ...
7
votes
12answers
3k views
Is it possible to learn maths via programming, or you should learn maths for programming? [closed]
I am not the best in maths, not very horrid either, but lower than the average, I've always been thinking to improve my maths, but schools and books didn't do the job because I get bored too fast. The ...
12
votes
7answers
835 views
After writing code, why do I feel that “I would have written better” after some time? [closed]
I have been working on my hobby project in C++ for more than 2 years. Whenever I write a module/function, I code it with lot of thinking. Now see the problem,
do {
--> write the code in module ...
9
votes
7answers
2k views
Use of NotImplementedException
Is it considered bad practice to throw NotImplementedException for code you haven't written yet? Possibly TODO comments would be considered safer?
35
votes
16answers
3k views
How Much Logic in Getters
My coworkers tell me there should be as little logic as possible in getters and setters.
Yet, I am convinced that a lot of stuff can be hidden in getters and setters to shield users/programmers from ...
17
votes
3answers
1k views
How to choose between Tell don't Ask and Command Query Separation?
The principle Tell Don't Ask says:
you should endeavor to tell objects what you want them to do; do not
ask them questions about their state, make a decision, and then tell
them what to do.
...
9
votes
4answers
6k views
Domain knowledge vs Programming [duplicate]
Possible Duplicate:
How important is Domain knowledge vs. Technical knowledge?
I often hear from my colleagues and sometimes from interviewers that,
"There is nothing so great in having ...
12
votes
3answers
1k views
Tips/advice on how to reduce the use of “manager” classes?
I sometimes hear that having too many "manager" classes in your program's design is code smell and add an unnecessary layer of complexity. To me it makes sense that people want to use manager classes ...
0
votes
2answers
514 views
“positively formulated” vs. “reads as english sentence” style logic [duplicate]
Sorry, I'd be happy to have someone improve the title of this question.
What are the benefits and downsides of "positively formulated" logic vs. having it "english readable". I'm looking for a ...
9
votes
9answers
712 views
Should development methods squash a developer's individualism?
I'm in my final semester of college and am taking a software engineering course. In the class we learn about various software development methods. The one we focused on, and used to develop our ...
5
votes
7answers
156 views
Can initial inefficient solutions INSPIRE better ones and thus lead to faster problem solving?
When faced with writing an algorithm to solve a small project/problem is it better to come up with pseudo code that isn't efficient/optimum but solves the problem and then try to use the inefficient ...
0
votes
4answers
224 views
Deciphering foreign code [duplicate]
What is the best strategy to go about understanding some one else's code for a medium sized project, if the code is not well documented and does not adhere to many coding standards?
25
votes
10answers
5k views
When to commit code?
When working on a project, the code may be developed reasonably fast in a single day or bit by bit for a prolonged period of few weeks/months/years. As code commits are becoming to be considered as a ...