"do you follow the personal software process? does your organization/team follow the team software process? [closed]" Code Answer
Answers related to “do you follow the personal software process? does your organization/team follow the team software process? [closed]”
- in MVC, where do you draw the line between a controller and model? [closed]
- How do you explain the result for a new \DateTime('0000-00-00 00:00:00')?
- How do you get the 'referer' header in PHP?
- In an Observer method, how do you tell Magento to not process code after the dispatched event
- How do you get the width and height of an SVG picture in PHP?
- How do you manage the unit test files in projects? do you add them in git?
- OpenCart - How do you increase the Admin session timeout?
- In PHP, how do you get the called aliased class when using class_alias?
- How do you get the content from Tinymce when the form is posted?
- How do you change the default Pear/PECL build folder from /var/tmp?
- How do you get the Respondent ID from a Survey Monkey survey?
- How do you display the active git tag with php without exec / shell_exec
- How do you modify the id attribute of current selector from inside of a jQuery dialog button section?
- How do you use the MVC paradigm in PHP with ADODB as your DAL?
- how do you read the last line in php and parse out certain columns
- How do you know the correct path to use in a PHP require_once() statement
- How do you write a Wordpress function to put a Span around the first word of the Title?
- How do you hide the url of the .flv file in a flash player?
- How do you find the shipments applied to an order in the Magento SOAP API?
- Form to iframe submission - how do you reset the form after file upload?
- How do you set a CodeIgniter radio button, before it's in the $_POST?
- How do you include the javascript helper in the ErrorHanlder?
- How do you scan the directory case insensitive?
- How do you get the footer to stay at the bottom of a Web page?
- How do you access the matched groups in a JavaScript regular expression?
- How do you sign a Certificate Signing Request with your Certification Authority?
- How do you use the ? : (conditional) operator in JavaScript?
- How do you fix a bad merge, and replay your good commits onto a fixed merge?
- When do you use the “this” keyword? [closed]
- Do you use the TR 24731 'safe' functions? [closed]
- How do you format the day of the month to say “11th”, “21st” or “23rd” (ordinal indicator)?
- How do I get the application exit code from a Windows command line?
- How do you determine the size of a file in C?
- How do you set the Content-Type header for an HttpClient request?
- How do you launch the JavaScript debugger in Google Chrome?
- In PHP, how do you change the key of an array element?
- How do you use the “WITH” clause in MySQL?
- How do you get the index of the current iteration of a foreach loop?
- How do you find the row count for all your tables in Postgres
- Where do you include the jQuery library from? Google JSAPI? CDN?
- How do you modify the web.config appSettings at runtime?
- How do you determine the ideal buffer size when using FileInputStream?
- How do you get the string length in a batch file?
- How do you specify the Java compiler version in a pom.xml file?
- How do you get the logical xor of two variables in Python?
- How do you overcome the HTML form nesting limitation?
- How do I set the working directory of the parent process?
- How do you get the cursor position in a textarea?
- How do you count the lines of code in a Visual Studio solution?
- Can you explain the HttpURLConnection connection process?
- In Angular, how do you determine the active route?
- How do you protect your software from illegal distribution? [closed]
- How do you order the fill-colours within ggplot2 geom_bar
- How do you change the Dock Icon of a Java program?
- How do you check the internet connection in android?
- How do you get the hue of a #xxxxxx colour?
- How do you de-elevate privileges for a child process
- When do you use the Bridge Pattern? How is it different from Adapter pattern?
- How do you dismiss the keyboard when editing a UITextField
- How do you specify the date format used when JAXB marshals xsd:dateTime?
- How do you clear the console screen in C?
- What do you call the -> operator in Ruby?
- How do you update the levels of a pandas MultiIndex after slicing its DataFrame?
- How do you tell the Visual Studio project type from an existing Visual Studio project
- How do you change the colour of each category within a highcharts column chart?
- How do you access the query string in Flask routes?
- How do you clear the SQL Server transaction log?
- How do I get the Git commit count?
- How do you change the CLASSPATH within Java?
- How do you stretch an image to fill a <div> while keeping the image's aspect-ratio?
- How do you return the column names of a table?
- When exactly do you use the volatile keyword in Java?
- How do you list the primary key of a SQL Server table?
- How do you use the ellipsis slicing syntax in Python?
- How do I launch a completely independent process from a Java program?
- How do you calculate the average of a set of circular data? [closed]
- How do you reset the stored credentials in 'git credential-osxkeychain'?
- How do you count the number of occurrences of a certain substring in a SQL varchar?
- How do you follow an HTTP Redirect in Node.js?
- How do you inspect the web inspector in Chrome?
- How do you get the current page number of a ViewPager for Android?
- How do you get the “object reference” of an object in java when toString() and hashCode() have been overridden?
- How do you get the file size in C#?
- How do you calculate the day of the year for a specific date in Objective-C?
- How do you use the non-default constructor for a member?
- How do you use the Android Volley API?
- How do you determine the size of an object in C++?
- How do you clear the focus in javascript?
- How do you have the code pause for a couple of seconds in android?
- How do you set the EditText keyboard to only consist of numbers on Android?
- .NET : How do you get the Type of a null object?
- How do you remove the title text from the Android ActionBar?
- How do you get the contextPath from JavaScript, the right way?
- In Python, how do you find the index of the first value greater than a threshold in a sorted list?
- How do you get the all properties of a class and its base classes (up the hierarchy) with Reflection? (C#)
- How do I find the process ID (pid) of a process started in java?
- How do you set the title color for the new Toolbar?
- How do you kill all Linux processes that are older than a certain age?
- Entity Framework : How do you refresh the model when the db changes?
- How do you use the appropriate color class for the current platform?
- How do I get the path of a process in Unix / Linux
- How do you change the text in the Titlebar in Windows Forms?
- Using groovy, how do you pipe multiple shell commands?
- How do you swap two integer variables without using any if conditions, casting, or additional variables? [closed]
- How do you change the value of one attribute by changing the value of another? (dependent attributes)
- What SQL coding standard do you follow? [closed]
- How do you get the path of the running script in groovy?
- Python def function: How do you specify the end of the function?
- How do you git fetch then merge? “Error: Your local changes to the following files would be overwritten by merge”
- How do I increase the /proc/pid/cmdline 4096 byte limit?
- How do you fix the flickering that occurs when you use slideToggle in jQuery?
- How do you force your Javascript event to run first, regardless of the order in which the events were added?
- Why do you not declare several variables of the same type on the same line?
- How do you prevent IDisposable from spreading to all your classes?
- How do you make the Application window open when the dock icon is clicked?
- How do I find out if a process is already running using c#?
- How do you access the name of the image in a picturebox in Visual Studio using C#
- Eclipse: How do you change the highlight color of the currently selected method/expression?
- How do you protect your commercial application from being installed on multiple computers with one license? [closed]
- What's the difference between Process.fork and Process.spawn in Ruby 1.9.2
- How do you get the process ID of a program in Unix or Linux using Python?
- Do you allow the Web Tier to access the DAL directly?
- Rails - Using form_for and fields_for, how do you access the sub-object while in the fields_for block?
- How do you prevent the WebClient class from automatically following the location in headers?
- How do you restrict the size of a file being uploaded with JavaScript (or Java) without transferring the entire file?
- The requested URL was not found on the server. If you entered the URL manually please check your spelling and try...
- How do you integrate the java annotation processor into the java plugin
- R Shiny: How do you change the background color of the Header?
- How do you kill a process for a particular user in .NET (C#)?
- How do you set the default device in the iPhone simulator?
- How do you maintain the page state, so that you can provide permalinks using emberjs?
- How do you change the color of the dotted line on Google map v3 directions
- How do you stream data into the STDIN of a program from different local/remote processes in Python?
- How do you enable customers use their openid on your website, just like ?
- How do you list the currently available objects in the current scope in ruby?
- What is currently the best build system [closed]
- How do you print the result of a PostgreSQL query in CSV or TSV format from the command line?
- How do you set the expiry date or a maximum age in the HTTP headers for static resources in IIS
- How can you disable the iOS Notification Center within your App?
- Does PHP proc_open block the Web request?
- How do you customize the color of the diff header in git diff?
- How do you access the roles of the currentItem from a listview in QML?
- How do you turn on Code Coverage in Builds within TFS?
- On Two Plus Two poker hand evaluator, how do you get the best 5 cards combination out of the 7 that you passed to it?
- How do you manage the String Translation Process?
- How do you change the background color of a TextField without changing the border in javafx?
- How do you get the past tense of a verb? [closed]
- Perform task on background thread in iOS, keep execution running even when the application enters background: [closed]
- How do you get the encoding of the terminal from within a python script?
- How do you manage the licenses of the dependencies (libraries) of your project? [closed]
- How do you toggle the status item in the menubar on and off using a checkbox?
- How do you copy the powerpivot data into the excel workbook as a table?
- How do you use the CopyIntoItems method of the SharePoint Copy web service?
- How do you track the build count of your library when there are multiple authors using version control?
- How do you get the character appropriate for the given KeyDown event?
- On the bash command-line, how do you cut the word immediately after the cursor? [closed]
- How do you replace the last occurance of a , with the word “and”?
- How do you find the iterator in the middle of two iterators?
- How do you change the Style of the PivotHeaderItem(s) within a Pivot
- What naming conventions do you follow with functions that allocate memory?
- Do you want to terminate the process 'app' - Android Studio
- How do I obtain the PID of a spawned java process
- Swift - How do you DECIDE the optimal “Deployment Target” for your iOS app
- How do you download the same image you sent to a server back to the client?
- how do you pick the hour, minute and second from the posixct formated datetime in R
- What PHP application design/design patterns do you use?
- How do you virus scan a file being uploaded to your java webapp as it streams? [closed]
- What tools does your team use for writing user manuals? [closed]
- How do I upgrade the version of a maven plugin?
- Dependent types can prove your code is correct up to a specification. But how do you prove the specification is...
- What do you do with a developer who does not test his code? [closed]
- Do you count the hours spent on bug fixes towards the scrum? [closed]
- How do you weave Authentication, Roles and Security into your DDD?
- How Do You Monitor The CPU Utilization of a Process Using PowerShell?
- What does TTY mean in the unix ps command?
- How do you find the last day of the month?
- How do you even give an (openFST-made) FST input? Where does the output go?
- How do you see the return value from a function in the Python debugger, without an intermediate?
- How do you set the input level (gain) on the built-in input (OSX Core Audio / Audio Unit)?
- Do you know of a good quick reference guide for a number of programming languages? [closed]
- How do you debug the bug that only appears when the load is huge?
- How do you use the “K”-button in the normal mode of VIM?
- Do you need to do unit and integration testing if you already do functional testing? [closed]
- Java How do you use the preference API? Where do these variables store?
- Can you freeze a C/C++ process and continue it on a different host?
- How do you add the 4.0 reference assemblies to your build server (so the compiler finds them)?
- How do you get the name of the current virtual directory using ASP Classic?
- How do you get the button name/tag when the event button.click occurs?
- Saving the output of a child process in a variable in the parent in NodeJS
- Does cron job block the main process or nodejs will create a worker to do cron task
- How do you call a JavaScript (AJAX) function when the user reaches the end of a page to load new content?
- Do you put IE conditionals in the css file or in the html file?
- how do you get how long a process has been running?
- How do you calculate the page position of a dom element when the body can be relative positioned?
- How do you bind the TextWrapping property of a TextBox to the IsChecked value of a MenuItem?
- Do you use the default (package) visibility in Java? [closed]
- How do you create a subclass so that the parameters are of the subclass type in Java
- How do you increase the space between the axis labels and axis titles in R using functions ggplot() and plot_ly?
- How do you get the name field of a JSON object in Powershell if you don't know it?
- iPhone: How do you get the names of all the address books on the iPhone?
- How do you change the dimension of your input pictures in pytorch?
- How do you use withStyles (isomorphic style loader) when your className has a dash in it?
- In a Visual Studio pre-build event how do I execute an exe in the context of its own folder instead of the bin folder?
- How do you manage the namespaces of your extension methods?
- How do you set the UserState in the RunWorkerCompletedEventArgs object?
- Using a Kendo Grid, how do you change the wording on the “Create” button in the toolbar?
- Does Class.newInstance() follow the "Abstract factory" design pattern?
- How do you remove the back button from a v7 toolbar on Android? [closed]
- How do you find the physical memory free on the machine in Ruby?
- Rails, how do you access the raw request data at the absolute lowest level?
- How do you disable a 3rd party keyboard in your iOS app
- How do you ignore/persist values in MVC when your view-model doesn't have as many fields as your domain model?
- How do you determine the path of the file that a symlink points to?
- How do you close the Iris colour picker when you click away from it?
- How do you specify a string of goals as the defaultGoal in maven 2?
- How do you recursively call tasks in MSBuild?
- Using the Reporting Services Web Service, how do you get the permissions of a particular user?
- How do you set a background image for your app listing in the Mac App Store? [closed]
- How do you open a local html file in a web browser when the path contains an url fragment
- How do you search the web for programming related information? [closed]
- C++ Windows CreateChildProcess - hide/do not show the child process' console window
- ASP.Net MVC: How do you access the session from a different project within the solution?
- How do you create the blur/colour effect used in the iOS 9 music app?
- Using Nightwatch, how do you get the DOM element, and it's attributes from the ELEMENT entity?
- How do you make just the x-lab label italics and NOT the y-lab label as well? (in R)
- In PDF.js, how do you hide the canvas and display the underlying text at full opacity?
- Does all new apps have also to work on iPad to pass the appstore approval process? [closed]
- In Moment.js, how do you get the date of the next occurrence of a specific month (ex: 'next January' => 2013-01-01)?
- How do you set the color palette so that it starts with the darkest color, where older data being lighter than current
- How do you change the color of all of the nodes of a specific name in SpriteKit with Swift
- EZAudio: How do you separate the buffersize from the FFT window size(desire higher frequency bin resolution).
- How do you get the Code Runner extension in Visual Studio Code to use the selected Python interpreter?
- How do you distribute a list of integers to be as close to balanced as possible? [closed]
- Does your employer enforce the use of anti-piracy software? [closed]
- How do you check the equality of the inner text of a element using cypress?
- Why would Process.WaitForExit throw a "no process" exception even when a process does exist?
- How do you show the path of the current running python module?
- Where does "Your Kitten of Death awaits" come from? [closed]
- does multiple upload follow the same order of uploading in which we select the images?
- How do you increase the height of the x-axis labels area on a highchart.js chart?
- How do you set the current directory of a debugged process?
- How do you run a gulp "on end" task but only at the end of the current task?
- How do you move the cursor to the next element in a contenteditable div in Chrome/Safari?
- How do you view the raw Gradle build log for the NDK in Android Studio?
- How do you give the rvalue generated by a constructor the lifetime of an lvalue?
- PHP: how do you get the method called from the constructor?
- How do you change the return key text in Mobile Safari keyboard without the form tag?
- How Do You Install the source for the java libraries in Eclipse?
- How do you access the for loop of the parent component within a child component which has the inputs?
- How do you change the color of the dotted line on returned Google map directions
Only authorized users can answer the Search term. Please sign in first, or register a free account.
i went through the training and then my company paid for me to go to carnegie mellon and go through the psp instructor training course to get certified as an instructor. i think the goal was to use this as part of our company's cmm/cmmi effort. i met watts humphrey and found him to be a kind, gentle soul with some deeply held ideas about process. i read several of his books as well.
here's my take on it in a nutshell - it is too structured for most people to follow, assuming you follow things to the letter. the idea of estimation based on historic info is ok, particularly in the classroom setting, but in the real world where estimates are undone in a day due to the changing tide of requirements and direction, it is far less useful. i've also done wide band delphi estimation and that was ok but honestly wasn't necessarily any better than the 'best guess' i'd make.
my team was less than enthusiastic about psp and that is part of the problem - developer buy-in. my company was doing it for the wrong reason - simply to say "hey, look we use psp and have some certified instructors!".
in the end, i've found using a 'agile' approach to be better. i have a backlog of work to do and can generally estimate it pretty well. i've been doing it long enough that i can make pretty good rough estimates on time and frankly don't think that the time tracking really improves things much. perhaps in some environments it would work well, but at my place, we'll keep pumping out quality software without all the process hoops that yield questionable benefits.
just my two cents.