News

Planix Tool Takes on Build-and-Test Guesstimates

Planix, from ALTERthought, gives the best- and worst-case time scenarios for agile-development projects.

Getting projects done on time and under budget is the Holy Grail for development managers. Longstanding methodologies for estimating the size, complexity and cost of a software dev project include function point analysis and constructive cost modeling. But overall estimation is an inexact science.

The software engineering consultancy ALTERthought hopes to change that with its hosted application Planix. The service takes high-level information about a project-use cases or the "user stories" found in agile development -- and crunches that data with proprietary methodology to generate estimates for a project's build-and-test phase. Users can generate various outcome scenarios, from "most likely" to "best-case" and "worst-case," as well as "what-if" scenarios.

ALTERthought CEO Sunjay Pandey says Planix can help developers and organizational leaders formulate a more realistic project plan. "Stakeholders are notoriously visionary and optimistic," he says. "That's great, and you want to keep that vision for the business, but Planix lets you put it all down in black and white."

The tool provides project estimates based on a number of factors, including its depth and range of planned features; the complexity of the tools and languages being used; and the abilities of team members. It's also calibrated for a variety of languages and platform -- including C#, Java, J2EE, .NET, Ruby and Ruby on Rails -- delivering estimates that reflect the programming environment.

Planix is a beneficial tool for most development teams and projects, according to Pandey. "We've seen it work for projects that are 500 to 600 hours in size [and for] projects that are 14,000 hours in size," he says. "But it's probably not applicable on tiny projects -- something that's going to take less than two or three weeks."

Despite this, Pandey says the product does not run counter to the agile dev model. "There has been a perception that it's anti-agile. But agile is based on planning your project on what people are telling you." He describes Planix as a "marriage of formal planning and formal estimation in conjunction with the principles of the Agile Manifesto that is probably more practical than either one alone."

Planix is now in public beta.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube