Design Patterns for Go? : r/golang - Reddit
文章推薦指數: 80 %
Google around for dependency injection. There are several articles out there, and this design pattern should be #1 in your list of learning and becoming ... Foundtheinternet!18DesignPatternsforGo? Close18Postedby7yearsagoDesignPatternsforGo? Orbestpracticestodevelopdifferenttypesofapplications?6commentssharesavehidereport83%UpvotedLoginorsignuptoleaveacommentLogInSignUpSortby:best level1·7yr.agoBestpractices:https://golang.org/doc/effective_go.html14ReplyShareReportSaveFollowlevel2·7yr.agoThisisgoodforverybasicdesignpatterns,butnotsomuchforlargerconcepts.It'sagoodideatoreadthesource-codeofthestandardlibrary,whichhasalotofgoodpatterns.Theofficialgolangbloghasalotofgoodstufftoo.8ReplyShareReportSaveFollowContinuethisthread level1·7yr.agoGooglearoundfordependencyinjection.Thereareseveralarticlesoutthere,andthisdesignpatternshouldbe#1inyourlistoflearningandbecomingproficientin.Ireallyliketheencoding/base64packageasanexampleofaveryusableandsimplepackagetomodelafter.IreallyliketheuseoftheDefaultEncodervariables,andthesupportingcode.Itisalldefaultedtousablesettings,andcanbeeasilycustomizedforanyone'sneeds.7ReplyShareReportSaveFollowlevel1·7yr.agoIcameacrossthispaperawhileago:http://ecs.victoria.ac.nz/foswiki/pub/Main/TechnicalReportSeries/ECSTR11-01.pdfItmightnotbewhatyouarelookingforbutitcouldbeinterestingifyoucomefromanobjectorientedbackground.BasicallytheytakeallthestandardGoFdesignpatternsandimplementthemwithGo.Ithoughitwasjustinterestingtoseehowtheyaccomplishedsomeofthesepatternsbyleveragingthefeaturesofthelanguage.5ReplyShareReportSaveFollowlevel2Op·7yr.agoGreatstuff,reallyexactlywhatIwaslookingfor!Thanks!2ReplyShareReportSaveFollowr/golangAskquestionsandpostarticlesabouttheGoprogramminglanguageandrelatedtools,eventsetc.165kMembers460OnlineCreatedNov11,2009JoinToppostsaugust30th2014Toppostsofaugust,2014Topposts2014helpRedditcoinsRedditpremiumRedditgiftsaboutcareerspressadvertiseblogTermsContentpolicyPrivacypolicyModpolicyRedditInc©2021.AllrightsreservedBacktoTop
延伸文章資訊
- 1Curated list of Go design patterns, recipes and idioms - GitHub
Go Patterns build-status awesome license · Creational Patterns · Structural Patterns · Behavioral...
- 2Design Patterns in Go | Udemy
Discover the modern implementation of design patterns in Go (golang)
- 3Design Patterns in Go - Medium
Strategy Design Pattern: The Strategy pattern basically allows an object to select and execute at...
- 4All Design Patterns in Go (Golang)
A curated list of design patterns implemented in Go. ... in learning Golang, then for that we hav...
- 5Design Patterns in Go - Refactoring.Guru
The Catalog of Go Examples · Creational Patterns · Abstract Factory · Builder · Factory Method · ...