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

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes