Google Chrome ... Really? Windows Only?
@ 2008-09-09 15:22:16
Filed under: Code Frustration Tech
That worries me ... a lot. Without a lot of community involvement I have a bad feeling that Google Chrome won't be anything but Windows only. When I've seen such strong usage of OS specific items it usually means the developers who wrote the code only know how to work with one system (not counting the IDE project files which is a big warning on it's own). It may not be true, but from first look it is something to worry about.
digg it
seed it
del.icio.us
ma.gnolia
Filed under: Code Frustration Tech
[steve@tachikoman src]$ pwd
/tmp/chrome/src
[steve@tachikoman src]$ for ITEM in `echo "*.bat" "*.dll" "*.vcproj"`; do
echo -n "$ITEM: ";
find . -name $ITEM | grep -v ".svn" | wc -l;
done
*.bat: 22
*.dll: 114
*.vcproj: 284
[steve@tachikoman src]$
That worries me ... a lot. Without a lot of community involvement I have a bad feeling that Google Chrome won't be anything but Windows only. When I've seen such strong usage of OS specific items it usually means the developers who wrote the code only know how to work with one system (not counting the IDE project files which is a big warning on it's own). It may not be true, but from first look it is something to worry about.
digg it
seed it
del.icio.us
ma.gnolia

