Jai’s Weblog – Tech, Security & Fun…

Tech, Security & Fun…

  • Jaibeer Malik

    Jaibeer Malik
  • View Jaibeer Malik's profile on LinkedIn
  • Subscribe

  • Archives

  • Categories

  • Category Cloud

  • Stats

  • Blog Stats

    • 36,379
  • Live Traffic

ActionScript/Flex/AIR Code Quality Measurement Tools

Posted by Jai on December 7, 2009

From a java developer perspective, you would love to have the similar code quality measurement tools for ActionScript/Flex/Air also but there is hardly any single comparable tool available for this. After a long search and analysis, this is what I have found and here we will have a look at what all these tools and different utilities offer.

In this post we will analyze what different code quality metrics on a general basis we would require for ActionScript/Flex/AIR and what are the different available tools to get such metrics.

Code Quality Metrics

We would like to have the metrics to display different information like:

  • Coding Styles: The metrics which tell us the different coding style violations inside the code.
  • Coding Standards: The metrics which tell us the different coding standards violations inside the code.
  • Project level: Total number of packages, interface, classes etc. , the dependencies between different packages and classes and their linking.
  • Class level: Total number of lines of code, number of functions, cyclomatic complexity, dependencies on other classes etc.
  • Function level: Total number of lines of code, cyclomatic complexity etc. and coverage tools stating if all the lines of code are fully tested on not.

(This is just on broader level, not covering all the metrics and information which similarly we have for java).

List of Available Tools

The available tools for AcrionScript/Flex/Air code quality measurement are: Read the rest of this entry »

Posted in Flex, Quality | Tagged: , , , , , , , | 5 Comments »

Presentation: Enterprise Flex using Cairngorm

Posted by Jai on November 2, 2009

This post share the presentation “Enterprise Flex using Cairngorm” based on the different posts on flex shared here.

Posts: Flex Category

Presentation: Enterprise Flex using Cairngorm

Feel free to share feedback!!!

Posted in Cairngorm, Flex, Presentation | Tagged: , , , , | Leave a Comment »

Agile: Handling Big-Bang changes in the sprint

Posted by Jai on October 5, 2009

This post covers some of the approaches you can plan to handle the Big-Bang changes during the sprint. It may be that some of the ways may not fit exactly to your requirements but you can definitely relate and plan it the best way and to handle the impediments with the right approach in those scenarios to minimize the waste, lean way.

Big-Bang Changes

The term big-bang changes here refer the changes to be done in the critical modules of the application which may be infrastructural, network, integration, data storage layer, service modules or even may be the UI changes.

big-bang

Sometimes it is hard to predict such changes but once it has to be made then the best way is to plan it the right way.

Different Approaches

Read the rest of this entry »

Posted in Agile, Scrum | Tagged: , , , | 2 Comments »

Presentation: Fully Distributed Scrum – Need Right People & Best Practices

Posted by Jai on September 30, 2009

This post share the presentation “Fully Distributed Scrum – Need Right People & Best Practices” on distributed scrum based on the post published on this site. It explains some of the points that you need to keep in mind while doing distributed scrum like the best practices you can adopt.

post: Sprint in Action : Typical vs Distributed team

presentation: Fully Distributed Scrum – Need Right People & Best Practices

Feel free to share feedback!!!

Posted in Agile, Presentation, Scrum | Tagged: , , , , | Leave a Comment »

Presentation: Code Quality – Learn, Measure and Organize Awareness

Posted by Jai on September 25, 2009

This post share the presentation on Code Quality – Learn, Measure and Organize Awareness which is based on the series of posts published on this site.

posts: Code Quality – Learn, Measure and Organize Awareness

presentation: Code Quality – Learn, Measure and Organize Awareness

Feel free to share the feedback!!!

Posted in Presentation, Quality | Tagged: , | 1 Comment »