• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Code review forum

 
Ranch Hand
Posts: 440
Hibernate Eclipse IDE Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings ranchers,

I would like to put forward an idea regarding code review. I have seen numerous times that people post their complete application code and ask to review it. Going through these long lines here in the forum text-field seems to be more of an impossible job. So I suggest that it would be a better idea if we have some sort of repository where users can upload their application ( code and working jar and bunch of other stuff required to get the application working ) and then that person can just post the link in the forum and request like "hey ranchers, can you please go review my code I have written for xyz application? Its too long to post here so I uploaded on the java ranch code repository ( I just came up with the name :-D ) and past the link."

Something similar to the GitHub gists.


 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why not post it is a gist and link to it from here?
 
Saif Asif
Ranch Hand
Posts: 440
Hibernate Eclipse IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree that we could do that with gist, but I was just wondering that it would be cool if we had something native to the ranch here. But then again , the rule "don't go re-inventing the wheel" does apply here.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah. Use a gist and then post here at CodeRanch linking to the gist.
reply
    Bookmark Topic Watch Topic
  • New Topic