Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, method
Sign in

method

it ops method naming

How and why to decide between naming methods with "get" and "find" prefixes

I always have trouble figuring out if I should name a certain method starting with getSomething versus findSomething. The problem resides in creating helpers for poorly designed APIs. This usually
wono | discuss |
flutter dart split method class

how to split dart class in flutter?

I did the following test, but it doesn't work: //main.dart class Test { static const a = 10; final b = 20; final c = a+1; } //part.dart part of 'main.dart'; class Test { final d = a +1...
wono | discuss |
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms