My development cycle: Develop code fragments on local machine (Win2k, using Ultraedit for the text editing and Cygwin's Perl for the engine), then begin to develop on development server (Sun box) again using Ultraedit on local and it's nice FTP save/load features, and a simple telnet session to it.

Version control is Sourcesafe (We're mainly a Java environment here, and that interfaces well with JBuilder- or so I've been told), but isn't used overmuch as I'm maybe a bit too lazy in that respect.

I find this gives me a nice balance between total control of my environment to see just what modules I will need, and the final version on the test server. The reason I'm wary is that any module installed on test should really also get put onto production machines, and with the natural reluctance of the people running that server I'd rather not have to ask for too much.

The database I use is always the test Oracle box, and it's rare I use webservers but when I do it's Apache running on local and on the test machine.

Previously I've tended to SSH into the remote machine and use Vi, but just getting happy with the setup I have now. I have come to like Ultraedit.


In reply to Re: Whats your development environment by Molt
in thread Whats your development environment by hakkr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.