Tagged Questions

-1
votes
5answers
160 views

Design and Readbility.

Hi all, I am working on a project written in C++ which involves modification of existing code. The code uses object oriented principles(design patterns) heavily and also complicate …
9
votes
18answers
660 views

Good code to read?

Lurking around on Stack Overflow, I have seen a couple of comments like "reading code is better than reading codes" and "join open source projects and read other people's code, tha …
17
votes
11answers
684 views

Best practices for pronouncing C code

As my formal education in programming pre-dates C, I learnt C from K&R and other texts. Are there helpful conventions for vocalising C code when reading and writing it? For e …
9
votes
12answers
398 views

Good C code to read for learning

To learning a language it is recommended to read some good code written in it. I want to recommend to friend some good C code to read. What projects are suitable online for reading …
13
votes
5answers
287 views

I want to start reading the Python source code. Where should I start.

I want to start reading the Python source code. My experience, I know Python and Java very well. I know some other languages at various levels of proficiency, but neither C/C+/ p …
4
votes
13answers
707 views

Good examples of C applications?

Everyone knows that C is hard to program in, provides you with almost no useful abstractions, and is even dangerous. However, given enough design and discipline, it's possible to w …
7
votes
4answers
132 views

code-reading books

I have been hanging around Borders (the bookstore) lately and have seen some books about "code reading". It covers topics like how to read code and understand it effectively, and h …
6
votes
13answers
348 views

What are the skills needed to read and understand other people’s code?

Hi, I have got a new job, and in this job I need to go through other people's code to understand the application. What are the skills which I must acquire to accomplish the tas …
47
votes
26answers
3k views

What is some great source code to read?

Following the advice of Scott Hanselman, I'm looking for good source code to read. Here's what is currently on my list: Scott's posts CodeProject How about you? What source cod …
15
votes
12answers
784 views

Good techniques for understanding someone else’s code

What techniques can anyone suggest for understanding a new piece of code? Here are some of the things I find sort-of work: 1) Print the code out, on a colour printer, with syntax …
2
votes
4answers
68 views

What is the best approach to reading and understanding the code of a large scale project?

Say you decide to work on Open Source Software and you are faced with a project with millions of lines of source code, what do you do? What are the best methods to tackling this pr …
5
votes
5answers
284 views

What are some small, fast and lightweight open source applications (µTorrent -esque)?

Possible duplicate What is the best open source example of a lightweight Windows Application? µTorrent is a small bit-torrent client, a really small one. It doesn't come …
6
votes
9answers
224 views

How do you read an existing Rails project?

When you start working on an existing Rails project what are the steps that you take to understand the code? Where do you start? What do you use to get a high level view before d …
3
votes
2answers
123 views

Is there good source code related to web development to learn from?

I've recently read Code Reading and found that if I wanted to grow my skills as a software developer it would be useful for me to read more code. I'm currently working in the world …
1
vote
3answers
360 views

How to read source code of Rails sample project?

Reading source code of sample projects, such as Beast and Bort, are recommended as a good way to learn rails. But I found myself getting lost in reading source code of these projec …

1 2 next
15 30 50 per page