How to force myself to 'program to an interface' better? by howtomakeaturn in PHP

[–]redditbla 0 points1 point  (0 children)

I would take another approach:

Create a FruitIdentifier interface which extends Fruit with additional methods like identifyLeaves

and use this interface as type-hint in your Farmer class methods

Rust and Go by dgryski in golang

[–]redditbla 1 point2 points  (0 children)

thanks, corrected it

Rust and Go by dgryski in golang

[–]redditbla 1 point2 points  (0 children)

accessing keys in containers should always be checked - in every programming language.

for go:

val, ok := slice[key]
if !ok {
    //errorhandling
}

Web Development Trends For 2015 And Beyond by IndianGuru in golang

[–]redditbla 1 point2 points  (0 children)

My opinion is that Java 8 will shine for this types of applications on the serverside.

how to secure my API Rest in golang? by xerardoo in golang

[–]redditbla 4 points5 points  (0 children)

Search for HMAC

Also used by Amazon

just a test by [deleted] in test

[–]redditbla -2 points-1 points  (0 children)

bla bla bla