Hi from Atul

View: New views
3 Messages — Rating Filter:   Alert me  

Hi from Atul

by askingagain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,
           I have been trying to read source code for a while - and come across Andrew Binstock's article recommending Cruise Control.
[http://www.sdtimes.com/link/33767].
           Learning from code is always great - and I learnt most of my C/C++ by reading code. Two years ago, I shifted gears to java - have programmed a lot in it - and would love to learn more. I love to discuss code and patterns. Off late, I am half way through "Clean Code"
[http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882]
           So count me in for any refactoring/unit testing (I love JUnit/TestNG) - I have considerable experience in threads, algorithms, OO, patterns. Btw, I love linux and am an avid scripter (Shell/Perl/Ruby).
           Wanted some like minded people to talk to about code :-) - Surprisingly where I work, people are curiously indifferent to exciting stuff like Law Of Demeter, SRP, High Cohesion, refactoring and things like that...
           On to downloading the Cruise Control code and reading it :-)
--
- ciao,
 _          
/_|  _/         /
(   |  /   (_/  (  

export BC_LINE_LENGTH=10000
awk 'BEGIN { for ( i = 1; i <= 999; ++i ) print i }' | paste -s -d '*' | bc | perl -lpe 's/.*?(0+)$/length($1)/e'

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cruisecontrol-devel mailing list
Cruisecontrol-devel@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel

Re: Hi from Atul

by Jeffrey Fredrick-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Atul,

I hope you find the CruiseControl codebase a worthwhile read!

Of course if you feel like putting some of that new found knowledge to use we're also happy to take bug fixes as well.  :)

Jtf


On Tue, Oct 13, 2009 at 3:28 AM, atulDOTkhotATGmailDOTcom <atul.khot@...> wrote:
Dear all,
           I have been trying to read source code for a while - and come across Andrew Binstock's article recommending Cruise Control.
[http://www.sdtimes.com/link/33767].
           Learning from code is always great - and I learnt most of my C/C++ by reading code. Two years ago, I shifted gears to java - have programmed a lot in it - and would love to learn more. I love to discuss code and patterns. Off late, I am half way through "Clean Code"
[http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882]
           So count me in for any refactoring/unit testing (I love JUnit/TestNG) - I have considerable experience in threads, algorithms, OO, patterns. Btw, I love linux and am an avid scripter (Shell/Perl/Ruby).
           Wanted some like minded people to talk to about code :-) - Surprisingly where I work, people are curiously indifferent to exciting stuff like Law Of Demeter, SRP, High Cohesion, refactoring and things like that...
           On to downloading the Cruise Control code and reading it :-)
--
- ciao,
 _          
/_|  _/         /
(   |  /   (_/  (  

export BC_LINE_LENGTH=10000
awk 'BEGIN { for ( i = 1; i <= 999; ++i ) print i }' | paste -s -d '*' | bc | perl -lpe 's/.*?(0+)$/length($1)/e'




--
CITCON
Continuous Integration and Testing Conference
http://www.citconf.com/

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cruisecontrol-devel mailing list
Cruisecontrol-devel@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel

Re: Hi from Atul

by askingagain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jtf,
Jtf> Of course if you feel like putting some of that new found knowledge
Jtf> to use we're also happy to take bug fixes as well.  :)
 
Sure - Count me in by all means - I am in the process of getting my feet wet and running a simple ant project ("hello world") going with CC. Had some issues with ant - however found solutions in the FAQ -
Will write a mail once I get everything working...
         
I also downloaded the source and pulled it into eclipse - I am getting some missing libraries errors - think I need to pull these from the net...
 
Once I get some hang of the code, will start fixing bugs :-)
 
--- cheerio atul
export BC_LINE_LENGTH=10000
awk 'BEGIN { for ( i = 1; i <= 999; ++i ) print i }' | paste -s -d '*' | bc | perl -lpe 's/.*?(0+)$/length($1)/e' 
 
On Wed, Oct 14, 2009 at 2:39 AM, Jeffrey Fredrick <jeffrey.fredrick@...> wrote:

Hi Atul,

I hope you find the CruiseControl codebase a worthwhile read!

Of course if you feel like putting some of that new found knowledge to use we're also happy to take bug fixes as well.  :)

Jtf


On Tue, Oct 13, 2009 at 3:28 AM, atulDOTkhotATGmailDOTcom <atul.khot@...> wrote:
Dear all,
           I have been trying to read source code for a while - and come across Andrew Binstock's article recommending Cruise Control.
[http://www.sdtimes.com/link/33767].
           Learning from code is always great - and I learnt most of my C/C++ by reading code. Two years ago, I shifted gears to java - have programmed a lot in it - and would love to learn more. I love to discuss code and patterns. Off late, I am half way through "Clean Code"
[http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882]
           So count me in for any refactoring/unit testing (I love JUnit/TestNG) - I have considerable experience in threads, algorithms, OO, patterns. Btw, I love linux and am an avid scripter (Shell/Perl/Ruby).
           Wanted some like minded people to talk to about code :-) - Surprisingly where I work, people are curiously indifferent to exciting stuff like Law Of Demeter, SRP, High Cohesion, refactoring and things like that...
           On to downloading the Cruise Control code and reading it :-)
--
- ciao,
 _          
/_|  _/         /
(   |  /   (_/  (  

export BC_LINE_LENGTH=10000
awk 'BEGIN { for ( i = 1; i <= 999; ++i ) print i }' | paste -s -d '*' | bc | perl -lpe 's/.*?(0+)$/length($1)/e'




--
CITCON
Continuous Integration and Testing Conference
http://www.citconf.com/

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cruisecontrol-devel mailing list
Cruisecontrol-devel@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel





------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cruisecontrol-devel mailing list
Cruisecontrol-devel@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel