GithubHelp home page GithubHelp logo

filestat's Introduction

filestat

filestat is my learning effort for application development in ANSI C

Some important learning points are:

  1. A refresher on writing code in ANSI C language.
  2. Setting up a coding environment with Sublime Text 2.
  3. Played with different build tools for C like QBS, premake, cmake, etc. Currently I have chosen to use cbuild.
  4. Played with some static analysis tools like Splint, CppCheck, OCLint, RSM. RSM is a rule based static code analyser which allows writing custom rules. But RSM doesn't do memory leak checking. In this respect OCLint appears very interesting though it is still in development stage. However I couldn't find a binary of OCLint current version for 32bit Ubuntu and building in my laptop failed.
  5. Played with different unit testing frameworks for C and currently using CuTest for unit testing.
  6. Code coverage for unit testing has been calculated using gcov/lcov tool.

Some TODOs

  1. Implement check for memory leaks at the time of running unit tests.
  2. 50% of the code is not unit testable due to bad design. A redesign of the code keeping unit testability in mind.

filestat's People

Contributors

santanuchakrabarti avatar

Stargazers

Tomche Delev avatar

Watchers

James Cloos avatar  avatar

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.