Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A linter that checks the number of methods inside an interface.

License

NotificationsYou must be signed in to change notification settings

sashamelentyev/interfacebloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interface bloat (anti-pattern, also called fat interface) is when an interface incorporates too many operations on some data.

A linter that checks length of interface.

The bigger the interface, the weaker the abstraction. (C) Go Proverbs

Install

go install github.com/sashamelentyev/interfacebloat

Examples

interfacebloat ./...

Links

About

A linter that checks the number of methods inside an interface.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp