Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21841
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Reading Code Standard |
| Date | 2013-01-29 20:23 +0000 |
| Organization | UK Free Software Network |
| Message-ID | <ke9b3g$5so$1@localhost.localdomain> (permalink) |
| References | <3d960018-349d-456b-a533-c0d05d2c9aaf@googlegroups.com> |
On Tue, 29 Jan 2013 08:29:39 -0800, subhabangalore wrote: > Dear Group, > > The suggestions and the solutions given by the learned members of the > group are very nice. Thank you for your kind time. > > Now as a new learner of the language, I am trying to consolidate my > learning. > > I want to read about good coding standards, and read some good codes in > its various aspects. > I think "The Practice of Programming" by Brian Kernighan and Rob Pike is well worth having. It describes good approached to naming, program layout and writing programs so they are easier to debug and maintain. There's not a lot about Java in it (its main focus is on C) but what it says is generally applicable to block structured languages: it gives examples in C, C++, Java, and Perl but its suggestions would be equally applicable to Python and Pascal. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Reading Code Standard subhabangalore@gmail.com - 2013-01-29 08:29 -0800
Re: Reading Code Standard Mikhail Vladimirov <vladimirow@mail.ru> - 2013-01-29 09:18 -0800
Re: Reading Code Standard Martin Gregorie <martin@address-in-sig.invalid> - 2013-01-29 20:23 +0000
Re: Reading Code Standard Lew <lewbloch@gmail.com> - 2013-01-29 13:14 -0800
Re: Reading Code Standard Arne Vajhøj <arne@vajhoej.dk> - 2013-01-29 17:55 -0500
csiph-web