Getting Things Done at Work

Getting Things Done at Work
Author :
Publisher : John Benjamins Publishing
Total Pages : 290
Release :
ISBN-10 : 9789027295385
ISBN-13 : 9027295387
Rating : 4/5 (85 Downloads)

Synopsis Getting Things Done at Work by : Bernadette Vine

The linguistic study of workplace language is a new and exciting area of research. This book explores the expression of power in a New Zealand workplace through examination of 52 everyday interactions between four women and their colleagues. The main focus of this research is the expression of three types of "control acts", i.e., directives, requests and advice. The women include two managers who demonstrate an interactive participative style of management. They tend to minimise rather than exert power, although their status is still evident in their speech. The study is original in its combination of a quantitative and a qualitative approach, as well as in its combination of a detailed categorisation of head acts and an analysis of context and role relationships. Through the design of the study and the methodology used, the results which are brought forward challenge earlier research both on power and control acts. The data analyzed is drawn from the Wellington Language in the Workplace Project.

Computer Science Project Work

Computer Science Project Work
Author :
Publisher : Springer Science & Business Media
Total Pages : 273
Release :
ISBN-10 : 9781447137009
ISBN-13 : 1447137000
Rating : 4/5 (09 Downloads)

Synopsis Computer Science Project Work by : Sally Fincher

Ninety percent of any Computing Science academic staff are involved with project work at some stage of their working life. Often they have no previous experience of how to handle it, and there are no written guidelines or reference books at the moment. Knowledge and practical experiences are often only disseminated from one institution to another when staff change jobs. This book is the first reference work to fill that gap in the market. It will be of use to lecturers and course designers who want to improve their handling of project work in specific courses, and to department heads and deans who want to learn about overall strategic issues and experiences from other institutions.

The Pragmatic Programmer

The Pragmatic Programmer
Author :
Publisher : Addison-Wesley Professional
Total Pages : 346
Release :
ISBN-10 : 9780132119177
ISBN-13 : 013211917X
Rating : 4/5 (77 Downloads)

Synopsis The Pragmatic Programmer by : Andrew Hunt

What others in the trenches say about The Pragmatic Programmer... “The cool thing about this book is that it’s great for keeping the programming process fresh. The book helps you to continue to grow and clearly comes from people who have been there.” — Kent Beck, author of Extreme Programming Explained: Embrace Change “I found this book to be a great mix of solid advice and wonderful analogies!” — Martin Fowler, author of Refactoring and UML Distilled “I would buy a copy, read it twice, then tell all my colleagues to run out and grab a copy. This is a book I would never loan because I would worry about it being lost.” — Kevin Ruland, Management Science, MSG-Logistics “The wisdom and practical experience of the authors is obvious. The topics presented are relevant and useful.... By far its greatest strength for me has been the outstanding analogies—tracer bullets, broken windows, and the fabulous helicopter-based explanation of the need for orthogonality, especially in a crisis situation. I have little doubt that this book will eventually become an excellent source of useful information for journeymen programmers and expert mentors alike.” — John Lakos, author of Large-Scale C++ Software Design “This is the sort of book I will buy a dozen copies of when it comes out so I can give it to my clients.” — Eric Vought, Software Engineer “Most modern books on software development fail to cover the basics of what makes a great software developer, instead spending their time on syntax or technology where in reality the greatest leverage possible for any software team is in having talented developers who really know their craft well. An excellent book.” — Pete McBreen, Independent Consultant “Since reading this book, I have implemented many of the practical suggestions and tips it contains. Across the board, they have saved my company time and money while helping me get my job done quicker! This should be a desktop reference for everyone who works with code for a living.” — Jared Richardson, Senior Software Developer, iRenaissance, Inc. “I would like to see this issued to every new employee at my company....” — Chris Cleeland, Senior Software Engineer, Object Computing, Inc. “If I’m putting together a project, it’s the authors of this book that I want. . . . And failing that I’d settle for people who’ve read their book.” — Ward Cunningham Straight from the programming trenches, The Pragmatic Programmer cuts through the increasing specialization and technicalities of modern software development to examine the core process--taking a requirement and producing working, maintainable code that delights its users. It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how to Fight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.

Pragmatics of Community Organization

Pragmatics of Community Organization
Author :
Publisher : Mississauga, Ont. : Common Act Press
Total Pages : 194
Release :
ISBN-10 : UOM:39015061002823
ISBN-13 :
Rating : 4/5 (23 Downloads)

Synopsis Pragmatics of Community Organization by : Bill Lee

The Pragmatic Programmer

The Pragmatic Programmer
Author :
Publisher : Addison-Wesley Professional
Total Pages : 391
Release :
ISBN-10 : 9780135956915
ISBN-13 : 0135956919
Rating : 4/5 (15 Downloads)

Synopsis The Pragmatic Programmer by : David Thomas

“One of the most significant books in my life.” –Obie Fernandez, Author, The Rails Way “Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my career. This new edition could do the same for yours.” –Mike Cohn, Author of Succeeding with Agile , Agile Estimating and Planning , and User Stories Applied “. . . filled with practical advice, both technical and professional, that will serve you and your projects well for years to come.” –Andrea Goulet, CEO, Corgibytes, Founder, LegacyCode.Rocks “. . . lightning does strike twice, and this book is proof.” –VM (Vicky) Brasseur, Director of Open Source Strategy, Juniper Networks The Pragmatic Programmer is one of those rare tech books you’ll read, re-read, and read again over the years. Whether you’re new to the field or an experienced practitioner, you’ll come away with fresh insights each and every time. Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories. Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you’ll learn how to: Fight software rot Learn continuously Avoid the trap of duplicating knowledge Write flexible, dynamic, and adaptable code Harness the power of basic tools Avoid programming by coincidence Learn real requirements Solve the underlying problems of concurrent code Guard against security vulnerabilities Build teams of Pragmatic Programmers Take responsibility for your work and career Test ruthlessly and effectively, including property-based testing Implement the Pragmatic Starter Kit Delight your users Written as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches and major pitfalls of many different aspects of software development. Whether you’re a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you’ll quickly see improvements in personal productivity, accuracy, and job satisfaction. You’ll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You’ll become a Pragmatic Programmer. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Politeness in Professional Contexts

Politeness in Professional Contexts
Author :
Publisher : John Benjamins Publishing Company
Total Pages : 334
Release :
ISBN-10 : 9789027260857
ISBN-13 : 9027260850
Rating : 4/5 (57 Downloads)

Synopsis Politeness in Professional Contexts by : Dawn Archer

Much like in everyday life, politeness is key to the smooth running of relationships and interactions. Professional contexts, however, tend to be characterised by a plethora of behaviours that may be specific to that context. They include ‘polite’ behaviours, ‘impolite’ behaviours and behaviours that arguably fall somewhere between – or outside – such concepts. The twelve chapters making up this edited collection explore these behaviours in a range of communication contexts representative of business, medical, legal and security settings. Between them, the contributions will help readers to theorize about – and in some cases operationalize (im)politeness and related behaviours for – these real-world settings. The authors take a broad, yet theoretically underpinned, definition of politeness and use it to help explain, analyse and inform professional interactions. They demonstrate the importance of understanding how interactions are negotiated and managed in professional settings. The edited collection has something to offer, therefore, to academics, professionals and practitioners alike.

Introduction to Pragmatics

Introduction to Pragmatics
Author :
Publisher : John Wiley & Sons
Total Pages : 246
Release :
ISBN-10 : 9781118348307
ISBN-13 : 1118348303
Rating : 4/5 (07 Downloads)

Synopsis Introduction to Pragmatics by : Betty J. Birner

Introduction to Pragmatics guides students through traditional and new approaches in the field, focusing particularly on phenomena at the elusive semantics/pragmatics boundary to explore the role of context in linguistic communication. Offers students an accessible introduction and an up-to-date survey of the field, encompassing both established and new approaches to pragmatics Addresses the traditional range of topics – such as implicature, reference, presupposition, and speech acts – as well as newer areas of research, including neo-Gricean theories, Relevance Theory, information structure, inference, and dynamic approaches to meaning Explores the relationship and boundaries between semantics and pragmatics Ideal for students coming to pragmatics for the first time

Language and Culture at Work

Language and Culture at Work
Author :
Publisher : Taylor & Francis
Total Pages : 169
Release :
ISBN-10 : 9781134892310
ISBN-13 : 1134892314
Rating : 4/5 (10 Downloads)

Synopsis Language and Culture at Work by : Stephanie Schnurr

This book provides an overview of the complex role that culture plays in workplace contexts. In eight chapters, the authors cover the core aspects of culture at work from making decisions and negotiating power to gender and identity. Drawing on insights from a range of studies, they propose a new integrated framework for researching culture at work from a sociolinguistic perspective, and they apply it to the significant corpus of authentic workplace data they have collected from numerous settings in the UK, Hong Kong and New Zealand. This is key reading for researchers and recommended for advanced students of workplace and intercultural communication, sociolinguistics and discourse studies.

Pragmatics

Pragmatics
Author :
Publisher : Routledge
Total Pages : 357
Release :
ISBN-10 : 9781000244823
ISBN-13 : 1000244822
Rating : 4/5 (23 Downloads)

Synopsis Pragmatics by : Joan Cutting

Routledge English Language Introductions cover core areas of language study and are one-stop resources for students. Assuming no prior knowledge, books in the series offer an accessible overview of the subject, with activities, study questions, sample analyses, commentaries, and key readings – all in the same volume. The innovative and flexible ‘two-dimensional’ structure is built around four sections – introduction, development, exploration, and extension – that offer self-contained stages for study. Each topic can also be read across these sections, enabling the reader to gradually build on the knowledge gained. Now in its fourth edition, this best-selling textbook: Covers the core areas of the subject: speech acts, the cooperative principle, relevance theory, corpus pragmatics, politeness theory, and critical discourse analysis Has updated and new sections on intercultural and cross-cultural pragmatics, critical discourse analysis and the pragmatics of power, second language pragmatic competence development, impoliteness, post-truth discourse, vague language, pragmatic markers, formulaic sequences, and online corpus tools Draws on a wealth of texts in a variety of languages, including political TV interviews, newspaper articles, extracts from classic novels and plays, recent international films, humorous narratives, and exchanges on email, messaging, Facebook, Twitter, and WhatsApp Provides recent readings from leading scholars in the discipline, including Jonathan Culpeper, Lynne Flowerdew, and César Félix-Brasdefer Is accompanied by eResources featuring extra material and activities. Written by two experienced teachers and researchers, this accessible textbook is an essential resource for all students of English language and linguistics.

Methods in Pragmatics

Methods in Pragmatics
Author :
Publisher : Walter de Gruyter GmbH & Co KG
Total Pages : 693
Release :
ISBN-10 : 9783110427523
ISBN-13 : 3110427524
Rating : 4/5 (23 Downloads)

Synopsis Methods in Pragmatics by : Andreas H. Jucker

Methods in Pragmatics provides a systematic overview of the different types of data, the different methods of data collection and data analysis used in pragmatic research. It offers authoritative and comprehensive surveys of the entire breadth of methods and methodologies. Part 1 covers introspectional, philosophical and cognitive pragmatics. Part 2 is devoted to experimental pragmatics, including discourse completion and dialogue construction tasks, role-plays and other production and comprehension tasks. Part 3 reviews observational pragmatics including ethnographic and discourse analytic methods, and part 4, finally, is devoted to corpus pragmatics including accounts of corpus compilation, annotation and data retrieval specific to pragmatic research. Each contribution provides a state-of-the-art account of the precise workings of one particular method, its applications in the relevant research literature as well as a critical assessment of its strengths and weaknesses and the type of pragmatic research questions for which it is most suitable.