active questions tagged discipline - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T14:53:16Zhttp://stackoverflow.com/feeds/tag/disciplinehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1120388/good-ways-of-disciplining-yourself-when-freelancing-at-home34Good ways of disciplining yourself when freelancing at home?Ancide2009-07-13T16:04:02Z2009-12-09T04:28:12Z
<p>I have noticed that my self-discipline is very bad when it comes to getting up in the morning, eating regularly and working on fixed hours. When you have a job to go to, it is very different since you have fixed hours. You have a everyday routine.</p>
<p>But when you start freelancing and you do it at home, you have so much more freedom. I find it extremely easy to stay up late in the night and then in the morning I'm too tired to get up when I'm supposed to. Same thing with working, it's easy to do everything but work. </p>
<p>I might have the worst self-discipline in the world, so what tips do you have for me and everyone else which finds it hard to keep a everyday routine? </p>
http://stackoverflow.com/questions/101070/what-is-an-ideal-variable-naming-convention-for-loop-variables19what is an ideal variable naming convention for loop variables?just mike2008-09-19T10:55:32Z2009-04-06T21:48:29Z
<p>if you are writing a <em>simple</em> little loop, what <em>should</em> you name the counter?</p>
<p><em>provide example loops!</em></p>
http://stackoverflow.com/questions/585309/what-traits-the-make-up-of-the-person-makes-a-good-team-leader8What traits (the make-up of the person) makes a good team leader ?Ferds2009-02-25T09:26:27Z2009-03-06T14:13:15Z
<p>This is slightly different question to <a href="http://stackoverflow.com/questions/532341/what-do-team-leaders-do">What do Team Leaders do?</a></p>
<p>I have worked on many different projects, working with a varying different team leaders/managers. Some were good and some were not so good. When not so good, I would always think, <em>what would I do different?</em> </p>
<p>In my opinion a good team leader has the following traits :-</p>
<ul>
<li><strong>Personality</strong> - can talk to all levels of people and different areas of the business</li>
<li><strong>Likable</strong> - people tend to trust you more, if your likeable</li>
<li><strong>Team Player</strong> - Will get involved in solving problems</li>
<li><strong>Manage</strong> - Both team members and tasks well</li>
<li><strong>Good Deflector</strong> - Deals with issues outsides the team and defends the team well</li>
<li><strong>Can Code</strong> - This is obvious and can code very well</li>
<li><strong>Understands the Technology</strong> - Can question and challenge the developers work</li>
<li><strong>Understands the Company</strong> - Knows how the company operates</li>
<li><strong>Understands the Industry</strong> - Knows what's hot and not</li>
<li><strong>Makes things happen</strong> – Comes up with new ideas, work that can add value</li>
<li><strong>Has Connections</strong> - Knows people company wide (and outside) to gain leads</li>
</ul>
<p>Question is, What traits make a good team leader ?</p>
http://stackoverflow.com/questions/544774/where-to-place-git-repository2Where to place Git repositoryalamodey2009-02-13T04:54:43Z2009-02-13T16:38:26Z
<p>Hi, I just started using Git and I want to know if this is the right way of using it. I started a Rails app with:</p>
<pre><code>rails newapp
</code></pre>
<p>Then I did:</p>
<pre><code>cd newapp
git init
git add .
git commit -a
</code></pre>
<p>So is it "right" to init my git inside my working directory?</p>
http://stackoverflow.com/questions/478708/correlation-between-verbosity-and-bondage-and-discipline-1Correlation between verbosity and bondage-and-disciplinedsimcha2009-01-26T02:36:07Z2009-01-27T17:09:00Z
<p>Is it just me or is there an almost perfect correlation between the level of bondage-and-discipline a language inflicts and the verbosity of the language? Ada, Java, and Pascal are horribly verbose, and have the reputation as extreme bondage-and-discipline languages. On the other hand, Perl and to a lesser extent C are pretty terse and have a reputation as extremely loose, anything goes types of languages. The only exceptions I can think of are non-mainstream purely functional languages like Haskell and Erlang, which are terse but bondage-and-discipline. Do you believe that this correlation truly exists? If so, what do you believe is the reason?</p>
http://stackoverflow.com/questions/141502/what-differentiates-software-engineering-from-any-other-engineering-discipline5What differentiates software engineering from any other engineering discipline?fnCzar2008-09-26T19:44:05Z2008-12-21T06:59:55Z
<p>Software engineering shares many of the same traits with other engineering disciplines (attention to detail, complexity to mastery). What do you think differentiates it? Please be specific and substantiate your answer.</p>
http://stackoverflow.com/questions/112161/how-do-you-maintain-your-program-vocabulary4How do you maintain your program vocabulary?Ilya Ryzhenkov2008-09-21T21:05:17Z2008-09-22T00:09:23Z
<p>In a not-so-small program, when you have not-so-few entities, in order to maintain code readability, common terms, and otherwise improve mutual understanding between team members, one have to define and maintain <strong>program vocabulary</strong>.</p>
<p>How do you (or your company) deal with this task, what discipline do you have, what arrangements do you introduce? </p>