Hi All,
Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
We have some questions:
- What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4
- Is the following used?
MooseElement>>navigationPragma
<pragmas: #instance>
<pragmas: #class>
^#(#navigation:)
and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hello,
I ported a package (Highcharts) to deal with charts from VisualWorks-Seaside
to Pharo-Seaside. So, if you are implementing Moose applications on the web
and you need to use charts, you can try it:
Gofer new
squeaksource: 'Highcharts';
package: 'ConfigurationOfHighcharts';
load.
(Smalltalk at: #ConfigurationOfHighcharts) perform: #loadDefault
It is possible to create charts of Highcharts JS (http://www.highcharts.com).
Here are some examples: http://www.highcharts.com/demo.
regards,
--
Andre Hora
Today: use layers to decouple
It made me laugh :-)
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Here are some links that I found via twitter:
- Journalism in the age of data: http://datajournalism.stanford.edu/
I like chapter 3, titled: Telling "Data Stories". I think some of you may like the title
One of the videos gives the following paper: "Narrative Visualization: Telling Stories with Data" : http://vis.stanford.edu/files/2010-Narrative-InfoVis.pdf
Chapter 7 gives a number of web-tools to visualize data
- How to build good graphical DSLs?
http://www.metacase.com/blogs/stevek/blogView?showComments=true&entry=34757…
Nothing ground bracking in my opinion. However, it gives some elementary references that are useful for me (e.g., "Visual-Semantic Congruence", "Perceptual Immediacy", "Mimetic Symbols", "Visual Monosyllabism", "Visual Saturation", "Principle of Cognitive Fit"
- Data-Driven Documents:
http://mbostock.github.com/d3/
It gives a nice javascript library to do exciting 8 visualizations
It would be gorgeous to have a Moose exporter for this libraries
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.