Sohan - on software artisanship

?

Channel Reputation Rank

#1590
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Sohan - on software artisanship' channel has a mediocre rank. The feed was last updated more than a year ago. The channel mostly uses long articles along with sentence constructions of the intermediate readability level, which is a result that may indicate difficult texts on the channel, probably due to a big amount of industrial or scientific terms.

? Updates History Monthly Yearly
? Content Ratio
? Average Article Length

'Sohan - on software artisanship' has mostly short articles at the moment, however, they might have a great potential to develop their materials and quality in future.

short

long

? Readability Level

'Sohan - on software artisanship' provides texts of a basic readability level which can be quite comfortable for a wide audience to read and understand.

advanced

basic

? Sentiment Analysis

'Sohan - on software artisanship' contains texts with mostly positive attitude and expressions (e.g. it may include some favorable reviews or words of devotion to the subjects addressed on the channel).

positive

negative

Recent News

Unfortunately Sohan - on software artisanship has no news yet.

But you may check out related channels listed below.

Excess of Private Methods is a Code Smell

[...] Private methods, when used meaningfully, are a great tool for writing beautiful object oriented code. But as [...]

Should you unit test methods with a lot of mocking?

[...] of the law of demeter. However, we were having discussion about whether or not we should write unit test for something like the following example: As you can see, this method actually does a quite [...]

Constructors Are Methods, too!

[...] and should be treated equally for unit testsing purpose. Here's an example that should need unit test: It looks simple, so testing it should be simple, too. I would only skip the default constuctors, [...]

Hardcoded URLs in Javascript are too Slippery

[...] the URLs (or anything that is actually a server configuration) inside your JS. This is a code smell, as its duplicating code. But its also dangerous, because its hard to catch/fix these defects [...]

Using instanceof is mostly a Code Smell

When using static programming languages such as Java, often time I have seen people writing methods that accept Object as a parameter. These methods t [...]

Excess of Private Methods is a Code Smell

Private methods, when used meaningfully, are a great tool for writing beautiful object oriented code. But as many other things in life, excess of priv [...]

My Take on Client-Side MVC

[...] Javascript code will be domain driven, instead of just a bunch of monolithic methods. Your client-side MVC application can be very responsive, or even a "single page app". This is an [...]

Care Driven Development: Javascript

[...] adding one more to the list, "Care Driven Development", with an emphasis to Javascript coding. Javascript coding, do you care enough? CSS is the most hairy spagetti piece of almost [...]

Deploying on TV screens

[...] timestamp, this method ensures a unique token for each deployment. That's all we need for the api module to be aware of new deployments and auto refreshes. Here's an example controller/action (again, [...]

My Take on Client-Side MVC

[...] monolithic methods. Your client-side MVC application can be very responsive, or even a "single page app". This is an advantage if your app needs some data from the server, but can leverage [...]

Deploying on TV screens

[...] . The app itself uses JSON API calls to render the live data. Each screen is somewhat like a single page app, using multiple AJAX calls to render different parts of the screen, showing different data. [...]

Are You Still Parsing HTML Element Ids?

[...] template. For example, the search results in ebay.com is a list of divs, each containing different data in the same template. In a server side, this rendering code is somewhat similar to this: If [...]

Deploying on TV screens

[...] page app, using multiple AJAX calls to render different parts of the screen, showing different data. The API calls are all funneled through a single Javascript module. The module looks [...]

Deploying on TV screens

[...] calls. Our API's respond with a server token, which is guaranteed to: remain same for each server deployment, and change whenever there's a new deployment. However, we still need to make sure the [...]

?Key Phrases
Excess of Private Methods is a Code Smell

[...] Private methods, when used meaningfully, are a great tool for writing beautiful object oriented code. But as [...]

Related channels