Matt Warren 10/12/2017

Analysing C# code on GitHub with BigQuery

Read Original

This technical article explores a large-scale analysis of C# source code from GitHub using Google BigQuery. It investigates developer preferences on tabs vs. spaces, brace placement (K&R vs. Allman), usage of regions, the var keyword, async/await, and common exceptions. It also examines popular NuGet packages, class names, file sizes, and repository statistics, providing data-driven insights into C# coding practices.

Analysing C# code on GitHub with BigQuery

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week