Re: [Ilugc] Why can't I write good code

2015-06-26 Thread Manokaran K
Too much analysis will lead to paralysis :-) The best way to learn swimming is to get into the water. Begin in the shallow end and work your way towards the deep end. You'll slip and learn some lessons the hard way, which, incidentally is the surest way. You'll have to curb the tendency to look up

Re: [Ilugc] Why can't I write good code

2015-06-26 Thread Satya Prakash Prasad
Can anyone please share a practical approach to design / implement code? I would like to understand how the design process starts , how a coder understands the system and implementation? What are the by-products of design phase - how there documents gates converted to coding? Regards, Prakash On

Re: [Ilugc] Why can't I write good code

2015-06-25 Thread Arun Khan
On Sat, Jun 20, 2015 at 2:15 AM, Satya Prakash Prasad wrote: > > Now what I can do - I cannot keep reading books to understand each bit > of design / language for implementation. > > Why can't I write good code? What it takes to write great code? Does > the code needs to be really complex or lever

Re: [Ilugc] Why can't I write good code

2015-06-23 Thread Vinoth Marimuthu
I just read this blog[1] and thought relevent to this mail chain [1] http://www.yegor256.com/2015/06/18/good-programmers-bug-free.html On Tue, Jun 23, 2015 at 1:03 AM, mallapadi niranjan < niranjan.as...@gmail.com> wrote: > Just to add what other have mentioned. Enjoy while learning or Programmi

Re: [Ilugc] Why can't I write good code

2015-06-22 Thread mallapadi niranjan
Just to add what other have mentioned. Enjoy while learning or Programming, and Most important Have fun. The people who have written great code didn't do it to prove how great they are , It turned out to be great /well written code because they enjoyed the process. Paraphrasing from what Linus me

Re: [Ilugc] Why can't I write good code

2015-06-22 Thread Arun Venkataswamy
On Sat, Jun 20, 2015 at 12:45 PM, Satya Prakash Prasad < satyaprakash.pra...@gmail.com> wrote: > Why can't I write code of that quality - what is missing in me? Is it > that the FOSS developers are great coders - they know designing / > coding in-depth.? Are FOSS developers exposed to great code

Re: [Ilugc] Why can't I write good code

2015-06-21 Thread Ajeya Anand
Thanks for sharing peter's link. 2015-06-22 8:40 GMT+05:30 Shakthi Kannan : > Hi, > > --- On Sat, Jun 20, 2015 at 12:45 PM, Satya Prakash Prasad > wrote: > | What it takes to write great code? > \-- > > Read "Teach Yourself Programming in Ten Years" by Peter Norvig: > > http://norvig.com/21-da

Re: [Ilugc] Why can't I write good code

2015-06-21 Thread Shakthi Kannan
Hi, --- On Sat, Jun 20, 2015 at 12:45 PM, Satya Prakash Prasad wrote: | What it takes to write great code? \-- Read "Teach Yourself Programming in Ten Years" by Peter Norvig: http://norvig.com/21-days.html SK -- Shakthi Kannan http://www.shakthimaan.com

Re: [Ilugc] Why can't I write good code

2015-06-21 Thread Mohan Tarole
>Now what I can do - I cannot keep reading books to understand each bit >of design / language for implementation. There is no shortcut for writing the good code. One need to keep reading books, keep coding. Unless one read how he/she will know whats good or bad code is. Some programmers will real

Re: [Ilugc] Why can't I write good code

2015-06-20 Thread Satya Prakash Prasad
Linux / Python etc or Puppet / Scilab etc etc .. there are endless product to state - whereas we are just trying to scale. I have never heard a fresher stating I am good at designing or companies asking question regards to same. Whats an average life stage (in yrs) of development of a FOSS technol

Re: [Ilugc] Why can't I write good code

2015-06-20 Thread Manokaran K
On Sat, Jun 20, 2015 at 12:46 PM Satya Prakash Prasad < satyaprakash.pra...@gmail.com> wrote: Don't have such a low opinion of your own code :-) If it does what you say it does, its good. It becomes great when others too can understand what it does without asking you. That comes with experience wr