sourcerer-io/sourcerer-app
View on GitHub(Fun Fact) I write, on average, # functions per file.
Open
#105 opened on Dec 8, 2017
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin6,746 stars (6,746 stars)273 forks (273 forks)batch import
enhancementhelp wanted
Description
I write, on average, # functions per file.
Contributor guide
- Tech stack
- kotlin
- Domain
- analytics
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue is a feature request to display average functions per file, but it lacks any technical details or acceptance criteria. The repository is a Kotlin app that creates visual profiles from GitHub repos, so this feature likely involves parsing source code files to count function definitions. To implement, one would need to explore the existing codebase for file analysis logic and determine how to extract function counts per file, possibly using a language specific parser or regex.