Giter Site home page Giter Site logo

code-management's Introduction

code-management

Currently, all topics are in this one file, which may be split up as this grows.

How can enterprise developers and managers get control (show control) of its software assets?

First, an inventory is needed. Metrics include # of

  • Network nodoes.
  • Regions in the cloud.
  • Servers.
  • Services.
  • Code repositories
  • executables, files, classes, instance methods, interfaces, lines of code in each.
  • threads

The concept here is like an "accounting system" for the software programming assets over time. It comes up with counts of various aspects of assets:

  • Age of code
  • How much of code is developed by people still around?
  • What areas in the code is actively worked on
  • How long to provision a server.
  • Hong long from start to useable
  • Distribution among nodes
  • Lines of code

The inventory needs to lead to visiblity of the scope of work necessary and progress over time. The "work" to manage proactively / strategically:

  • Ignore what can't go wrong.
  • Watch what is going well to keep it that way (depend on automatic alerts for more action)
  • Stabilize what may be having issues (investigate possible bottlenecks using extended metrics).
  • Revive what is exhibiting stress using a full arsenal of profiler tools, etc.

The basis for determining action category:

  • Had prior issues, especially customer impact.
  • High percentage Memory usage or CPU.
  • Low utilization (over provisioned).
  • Spikes in garbage collection.
  • Slowness in one module leads to time-outs in modules dependent on them.
  • Number and importance of dependencies.
  • Fall-back being available.
  • etc.

For quicker understanding by developers:


https://www.wikiwand.com/en/List_of_tools_for_static_code_analysis lists all of the tools, including those (like Yasca) which are not actively maintained.

These automate develop peer reviews.

Parasoft is perhaps the most experienced at applying coding rules: See https://www.youtube.com/watch?v=fLRVcD7EQH8

Parasoft has recently added Service Virtualization with static analysis.

Many static code analyzers focus on security:

Code analysis forensics such as Sextent: https://www.youtube.com/watch?v=ocmrAOxT0U4

IBM's Asset Analyzer mines business rules from J2EE code, but uses fossil DB2.

A list of code profiler tools is at https://blog.idrsolutions.com/2014/06/java-performance-tuning-tools/

JProfiler

gcviewer-screenshot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.