User csixty4 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T01:42:15Zhttp://stackoverflow.com/feeds/user/2271http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://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/6166/any-good-php-ide-preferably-free-or-cheap/19735#197351Answer by csixty4 for Any good PHP IDE, preferably free or cheap?csixty42008-08-21T12:33:26Z2008-08-21T12:33:26Z<p>I've been running a trial version of Zend Studio, and I'm loving it. It's just like using Eclipse (because it is Eclipse when you get down to it), but it also does static analysis, and puts little "!" icons next to suspect code. I've enjoyed using it, but I'm really not looking forward to buying a license when the trial runs out.</p>