What kinds of code would you want to see in a portfolio? - Stack Overflow most recent 30 from stackoverflow.com2009-11-08T17:40:28Zhttp://stackoverflow.com/feeds/question/25895http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio7What kinds of code would you want to see in a portfolio?Thomas Owens2008-08-25T11:47:13Z2008-09-20T05:43:13Z
<p>Is there anything that a potential employer look for in any portfolio, or is it mostly job-specific?</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/25898#258981Answer by Thomas Owens for What kinds of code would you want to see in a portfolio?Thomas Owens2008-08-25T11:48:32Z2008-08-25T11:48:32Z<p>I would include implementations of various algorithms and data structures in the language that the company is interested in, as well as work in a variety of languages. However, it's important to show good code, and not just code.</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/25904#259041Answer by Will for What kinds of code would you want to see in a portfolio?Will2008-08-25T11:57:14Z2008-08-25T11:57:14Z<p>One of the good things to do when you're starting out is to get involved in an open source project. You can get some actual coding experience and be able to demonstrate it with code that does something of value.</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/25915#259154Answer by sparkes for What kinds of code would you want to see in a portfolio?sparkes2008-08-25T12:10:31Z2008-08-25T12:10:31Z<p>I like to see passion about something involving technology or science. </p>
<p>It doesn't matter if it's unrelated to the company or technology used the ability to be passionate about something dead and buried commercially such as writing games for the Atari 2600 shows the right sort of characteristics.</p>
<p>In fact it's far better to show interest in something leftfield and obsolete as they are less likely to want to involve their pet technology in projects where it isn't even in the top 10 best technologies to use ;)</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/25931#259314Answer by csixty4 for What kinds of code would you want to see in a portfolio?csixty42008-08-25T12:20:34Z2008-08-25T12:20:34Z<p>I think few interviewers care what your code sample contains, as long is it's well-commented, efficient, and bug-free. It's probably a good idea to spend a few hours polishing up your code samples before the interview. Make them good, but not perfect -- you don't want it to look like you copied them out of a book or something.</p>
<p>Try to make your samples relevant to the job you're applying for, as that speaks to your experience with the kind of work they do. If you're interviewing for a web development position, bring code from that MVC framework you've been designing. If it's a game programming position, bring DirectX code.</p>
<p>Personally, I like seeing library code, especially if the person I'm interviewing designed its API. That gives me an idea of how they write code other people have to use and maintain.</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/107253#1072530Answer by Andy Lester for What kinds of code would you want to see in a portfolio?Andy Lester2008-09-20T05:35:02Z2008-09-20T05:35:02Z<p>My #1 would be that the code somehow relates to the problems that I, as the hiring manager, have to solve.</p>
<p>Beyond that, I'm less interested in what problem is solved by the code than by the code not being a problem itself. It should look beautiful, read well and be appropriately commented.</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio/107283#1072830Answer by Ryan for What kinds of code would you want to see in a portfolio?Ryan2008-09-20T05:43:13Z2008-09-20T05:43:13Z<p>More than just code, show final polished apps as that kind of thing especially looks valuable to a leader. Especially show something that is currently in heavy use like a major web app or something like that.</p>